Html Css Color HEX #E096BA Shocking

📋 copy color: '#E096BA'

red 224 ◦ green 150 ◦ blue 186

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

Shades of Shocking #E096BA

Tints of Shocking #E096BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 40%
G = 26.79%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E096BA (or 0xE096BA) is known color: Shocking. HEX triplet: E0, 96 and BA. RGB value is (224,150,186). Sum of RGB (Red+Green+Blue) = 224+150+186=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E096BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096BA is #1F6945. Grayscale: #B0B0B0. Windows color (decimal): -2058566 or 12228320. OLE color: 12228320.

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

Color convert

RGB 224 150 186 -
CMYK 0 0.33 0.17 0.12
HSL 330.81º 0.54% 0.73% -
HSV(B) 330.81º 0.33% 0.88% -
XYZ 50.51 41.21 51.75 -
YUV 176.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 224 150 186 0 0.33 0.17 0.12 330.81 0.54 0.73
Hex E0 96 BA 0 21 11 C 14B 36 49
Octal 340 226 272 0 41 21 14 513 66 111
Binary 11100000 10010110 10111010 0 100001 10001 1100 101001011 110110 1001001

Color Harmonies of #E096BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096BA

Black with #E096BA

Text Example


Text Example

White with #E096BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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