Html Css Color HEX #E096C0 Shocking

📋 copy color: '#E096C0'

red 224 ◦ green 150 ◦ blue 192

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

Shades of Shocking #E096C0

Tints of Shocking #E096C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 39.58%
G = 26.5%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E096C0 (or 0xE096C0) is known color: Shocking. HEX triplet: E0, 96 and C0. RGB value is (224,150,192). Sum of RGB (Red+Green+Blue) = 224+150+192=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E096C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096C0 is #1F693F. Grayscale: #B0B0B0. Windows color (decimal): -2058560 or 12621536. OLE color: 12621536.

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

Color convert

RGB 224 150 192 -
CMYK 0 0.33 0.14 0.12
HSL 325.95º 0.54% 0.73% -
HSV(B) 325.95º 0.33% 0.88% -
XYZ 51.16 41.47 55.18 -
YUV 176.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 224 150 192 0 0.33 0.14 0.12 325.95 0.54 0.73
Hex E0 96 C0 0 21 E C 146 36 49
Octal 340 226 300 0 41 16 14 506 66 111
Binary 11100000 10010110 11000000 0 100001 1110 1100 101000110 110110 1001001

Color Harmonies of #E096C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096C0

Black with #E096C0

Text Example


Text Example

White with #E096C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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