#EA9CBB

Color #EA9CBB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EA9CBB

Tints of Shocking #EA9CBB

Color information

#EA9CBB (or 0xEA9CBB) is unknown color: approx Shocking. HEX triplet: EA, 9C and BB. RGB value is (234,156,187). Sum of RGB (Red+Green+Blue) = 234+156+187=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CBB is #156344. Grayscale: #B6B6B6. Windows color (decimal): -1401669 or 12295402. OLE color: 12295402.

HSL color Cylindrical-coordinate representation of color #EA9CBB: hue angle of 336.15º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CBB is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234156187-
CMYK00.330.200.08
HSL336.15º65%76.47%-
HSV(B)336.15º33.33%91.76%-
XYZ54.7944.8652.78-
YUV182.86130.34164.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=40.55%
G=27.04%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415618700.330.200.08336.156576.47
HexEA9CBB021148150414c
Octal3522342730412410520101114
Binary111010101001110010111011010000110100100010101000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CBB; }

 p { color: rgb(234,156,187); }

 H1.HeaderClassName
 {
   color: #EA9CBB;
 }
 .AnyTagClassName
 {
   color: #EA9CBB;
 }
</style>
background-color css

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

 a { background-color: rgb(234,156,187); }

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

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

 span { border-color: rgb(234,156,187); }

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