COLOR #E996BC

HEX: #E996BC
RGB: (233,150,188)

Renk bilgisi

#E996BC contains mainly red and blue colors. #E996BC ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#E996BC color RGB value is (233,150,188).

  • kırmız ton 233;
  • yeşil ton 150;
  • mavi ton 188.
RGB:
(233,150,188)
(91%,59%,74%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 150 of 255 = 59%
B 188 of 255 = 74%

233
150
188

R + G + B ~ 75%. #E996BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 150 + 188 = 571 (100%)
R 233 of 571 ~ 40.81%
G 150 of 571 ~ 26.27%
B 188 of 571 ~ 32.92%

%40.81
%26.27
%32.92

CMYK RENK MODELİ

#E996BC rengi CMYK tonu (0,36,19,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.62%
  • sarı tonu 19.31%
  • ana renk tonu 8.63%
CMYK:
(0,36,19,9)
C0M36Y19K9 
(0%,36%,19%,9%)
(0.00/0.36/0.19/0.09)	

CMYK yüzdeleri

%0
%35.62
%19.31
%8.63

Codes

Color #E996BC in popluar color models

E996BC
RGB233150188
HSL333°65.35%75.10%
HSB/HSV333°35.62%91.37%
CMYK0.00%35.62%19.31%
8.63%

Color #E996BC in popluar number systems.

HEXE996BC
Decimal233150188
Binary111010011001011010111100
Octal351226274

Shades and tints

Shades of #E996BC

#E996BC
(233,150,188)
#D489AB
(212,137,171)
#BF7C9A
(191,124,154)
#AA6F89
(170,111,137)
#956278
(149,98,120)
#805567
(128,85,103)
#6B4856
(107,72,86)
#563B45
(86,59,69)
#412E34
(65,46,52)
#2C2123
(44,33,35)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #E996BC

#E996BC
(233,150,188)
#EB9FC2
(235,159,194)
#EDA8C8
(237,168,200)
#EFB1CE
(239,177,206)
#F1BAD4
(241,186,212)
#F3C3DA
(243,195,218)
#F5CCE0
(245,204,224)
#F7D5E6
(247,213,230)
#F9DEEC
(249,222,236)
#FBE7F2
(251,231,242)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E996BC color. Also use rgb(233,150,188) instead hex code.

Text Font Color

.myTextColor { color: #E996BC; }

<p style="color:#E996BC">This sample text font color is #E996BC.</p>

This text font color is #E996BC.


Background Color

.myBgColor { background-color: #E996BC; }

<div style="background-color:#E996BC">Inner text</div>

This div background color is #E996BC.


Border color

.myBorderColor { border: 1px solid #E996BC; }

<div style="border:3px solid #E996BC">Div</div>

This div border color is #E996BC.


Opacity

.myOpacity80 { color: #E996BC; opacity: 0.8; }

<p style="color:#E996BC;opacity:0.8;">80%</p>

Text with #E996BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E996BC;}

<p style="text-shadow: 3px 3px 1px #E996BC">Text here.</p>

This text has shadow with #E996BC color.

.textShadow {text-shadow: 3px 3px 1px #E996BC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E996BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #E996BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E996BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E996BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #E996BC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E996BC;
  -webkit-box-shadow:	1px 1px 3px 2px #E996BC;
  box-shadow:		1px 1px 3px 2px #E996BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E996BC;
-webkit-box-shadow: 1px 1px 3px 2px #E996BC;
box-shadow:1px 1px 3px 2px #E996BC;">
Div content here</div>
This div box has shadow with color #E996BC.

Preview

Color preview on black background

This text has color #E996BC on black background.


Color preview on white background

This text has color #E996BC on white background.



Black color preview on #E996BC background

This text has black color on #E996BC background.


White color preview on #E996BC background

This text has white color on #E996BC background.