Html Css Color HEX #E096CA Shocking

📋 copy color: '#E096CA'

red 224 ◦ green 150 ◦ blue 202

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

Shades of Shocking #E096CA

Tints of Shocking #E096CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 38.89%
G = 26.04%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E096CA (or 0xE096CA) is known color: Shocking. HEX triplet: E0, 96 and CA. RGB value is (224,150,202). Sum of RGB (Red+Green+Blue) = 224+150+202=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E096CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096CA is #1F6935. Grayscale: #B1B1B1. Windows color (decimal): -2058550 or 13276896. OLE color: 13276896.

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

Color convert

RGB 224 150 202 -
CMYK 0 0.33 0.10 0.12
HSL 317.84º 0.54% 0.73% -
HSV(B) 317.84º 0.33% 0.88% -
XYZ 52.31 41.92 61.21 -
YUV 178.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 224 150 202 0 0.33 0.10 0.12 317.84 0.54 0.73
Hex E0 96 CA 0 21 A C 13E 36 49
Octal 340 226 312 0 41 12 14 476 66 111
Binary 11100000 10010110 11001010 0 100001 1010 1100 100111110 110110 1001001

Color Harmonies of #E096CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096CA

Black with #E096CA

Text Example


Text Example

White with #E096CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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