Html Css Color HEX #E996CC Shocking

📋 copy color: '#E996CC'

red 233 ◦ green 150 ◦ blue 204

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

Shades of Shocking #E996CC

Tints of Shocking #E996CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 39.69%
G = 25.55%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E996CC (or 0xE996CC) is known color: Shocking. HEX triplet: E9, 96 and CC. RGB value is (233,150,204). Sum of RGB (Red+Green+Blue) = 233+150+204=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E996CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996CC is #166933. Grayscale: #B4B4B4. Windows color (decimal): -1468724 or 13407977. OLE color: 13407977.

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

Color convert

RGB 233 150 204 -
CMYK 0 0.36 0.12 0.09
HSL 320.96º 0.65% 0.75% -
HSV(B) 320.96º 0.36% 0.91% -
XYZ 55.41 43.5 62.6 -
YUV 180.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 233 150 204 0 0.36 0.12 0.09 320.96 0.65 0.75
Hex E9 96 CC 0 24 C 9 141 41 4B
Octal 351 226 314 0 44 14 11 501 101 113
Binary 11101001 10010110 11001100 0 100100 1100 1001 101000001 1000001 1001011

Color Harmonies of #E996CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996CC

Black with #E996CC

Text Example


Text Example

White with #E996CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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