Html Css Color HEX #E096CC Shocking

📋 copy color: '#E096CC'

red 224 ◦ green 150 ◦ blue 204

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

Shades of Shocking #E096CC

Tints of Shocking #E096CC

RGB

 RED value IS 224 (87.89% from 255) = 38.75%

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

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

R = 38.75%
G = 25.95%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E096CC (or 0xE096CC) is known color: Shocking. HEX triplet: E0, 96 and CC. RGB value is (224,150,204). Sum of RGB (Red+Green+Blue) = 224+150+204=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CC is #1F6933. Grayscale: #B2B2B2. Windows color (decimal): -2058548 or 13407968. OLE color: 13407968.

HSL color Cylindrical-coordinate representation of color #E096CC: hue angle of 316.22º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096CC is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 204 -
CMYK 0 0.33 0.09 0.12
HSL 316.22º 0.54% 0.73% -
HSV(B) 316.22º 0.33% 0.88% -
XYZ 52.55 42.02 62.47 -
YUV 178.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 224 150 204 0 0.33 0.09 0.12 316.22 0.54 0.73
Hex E0 96 CC 0 21 9 C 13C 36 49
Octal 340 226 314 0 41 11 14 474 66 111
Binary 11100000 10010110 11001100 0 100001 1001 1100 100111100 110110 1001001

Color Harmonies of #E096CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096CC

Black with #E096CC

Text Example


Text Example

White with #E096CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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