Html Css Color HEX #E996CB Shocking

📋 copy color: '#E996CB'

red 233 ◦ green 150 ◦ blue 203

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

Shades of Shocking #E996CB

Tints of Shocking #E996CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 39.76%
G = 25.6%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E996CB (or 0xE996CB) is known color: Shocking. HEX triplet: E9, 96 and CB. RGB value is (233,150,203). Sum of RGB (Red+Green+Blue) = 233+150+203=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E996CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996CB is #166934. Grayscale: #B4B4B4. Windows color (decimal): -1468725 or 13342441. OLE color: 13342441.

HSL color Cylindrical-coordinate representation of color #E996CB: hue angle of 321.69º 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 #E996CB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 203 -
CMYK 0 0.36 0.13 0.09
HSL 321.69º 0.65% 0.75% -
HSV(B) 321.69º 0.36% 0.91% -
XYZ 55.29 43.45 61.97 -
YUV 180.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 233 150 203 0 0.36 0.13 0.09 321.69 0.65 0.75
Hex E9 96 CB 0 24 D 9 142 41 4B
Octal 351 226 313 0 44 15 11 502 101 113
Binary 11101001 10010110 11001011 0 100100 1101 1001 101000010 1000001 1001011

Color Harmonies of #E996CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996CB

Black with #E996CB

Text Example


Text Example

White with #E996CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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