Html Css Color HEX #E096BE Shocking

📋 copy color: '#E096BE'

red 224 ◦ green 150 ◦ blue 190

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

Shades of Shocking #E096BE

Tints of Shocking #E096BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 39.72%
G = 26.6%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E096BE (or 0xE096BE) is known color: Shocking. HEX triplet: E0, 96 and BE. RGB value is (224,150,190). Sum of RGB (Red+Green+Blue) = 224+150+190=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E096BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096BE is #1F6941. Grayscale: #B0B0B0. Windows color (decimal): -2058562 or 12490464. OLE color: 12490464.

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

Color convert

RGB 224 150 190 -
CMYK 0 0.33 0.15 0.12
HSL 327.57º 0.54% 0.73% -
HSV(B) 327.57º 0.33% 0.88% -
XYZ 50.94 41.38 54.02 -
YUV 176.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 224 150 190 0 0.33 0.15 0.12 327.57 0.54 0.73
Hex E0 96 BE 0 21 F C 148 36 49
Octal 340 226 276 0 41 17 14 510 66 111
Binary 11100000 10010110 10111110 0 100001 1111 1100 101001000 110110 1001001

Color Harmonies of #E096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096BE

Black with #E096BE

Text Example


Text Example

White with #E096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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