Html Css Color HEX #E996BC Shocking

📋 copy color: '#E996BC'

red 233 ◦ green 150 ◦ blue 188

#E996BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #E996BC

Tints of Shocking #E996BC

RGB

 RED value IS 233 (91.41% from 255) = 40.81%

 GREEN value IS 150 (58.98% from 255) = 26.27%

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 40.81%
G = 26.27%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E996BC (or 0xE996BC) is known color: Shocking. HEX triplet: E9, 96 and BC. RGB value is (233,150,188). Sum of RGB (Red+Green+Blue) = 233+150+188=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E996BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996BC is #166943. Grayscale: #B3B3B3. Windows color (decimal): -1468740 or 12359401. OLE color: 12359401.

HSL color Cylindrical-coordinate representation of color #E996BC: hue angle of 332.53º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996BC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 188 -
CMYK 0 0.36 0.19 0.09
HSL 332.53º 0.65% 0.75% -
HSV(B) 332.53º 0.36% 0.91% -
XYZ 53.59 42.77 53.01 -
YUV 179.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 233 150 188 0 0.36 0.19 0.09 332.53 0.65 0.75
Hex E9 96 BC 0 24 13 9 14D 41 4B
Octal 351 226 274 0 44 23 11 515 101 113
Binary 11101001 10010110 10111100 0 100100 10011 1001 101001101 1000001 1001011

Color Harmonies of #E996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996BC

Black with #E996BC

Text Example


Text Example

White with #E996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996BC; }

 p { color: rgb(233,150,188); }

 H1.HeaderClassName
 {
   color: #E996BC;
 }
 .AnyTagClassName
 {
   color: #E996BC;
 }
</style>

background-color css

<style>
 a { background-color: #E996BC; }

 a { background-color: rgb(233,150,188); }

 div.DivClassName
 {
   background-color: #E996BC;
 }
 .BgClassName
 {
   background-color: #E996BC;
 }
</style>

border-color css

<style>
 span { border-color: #E996BC; }

 span { border-color: rgb(233,150,188); }

 td.TdClassName
 {
   border-color: #E996BC;
 }
 .TagClassName
 {
   border-color: #E996BC;
 }
</style>