#EA9CBD

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

Shades of Shocking #EA9CBD

Tints of Shocking #EA9CBD

Color information

#EA9CBD (or 0xEA9CBD) is unknown color: approx Shocking. HEX triplet: EA, 9C and BD. RGB value is (234,156,189). Sum of RGB (Red+Green+Blue) = 234+156+189=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9CBD is #156342. Grayscale: #B7B7B7. Windows color (decimal): -1401667 or 12426474. OLE color: 12426474.

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

Color convert

RGB234156189-
CMYK00.330.190.08
HSL334.62º65%76.47%-
HSV(B)334.62º33.33%91.76%-
XYZ55.0144.9453.92-
YUV183.08131.34164.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=40.41%
G=26.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415618900.330.190.08334.626576.47
HexEA9CBD02113814f414c
Octal3522342750412310517101114
Binary111010101001110010111101010000110011100010100111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CBD; }

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

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

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

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

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

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

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

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