#ea9ebc

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

Shades of Shocking #EA9EBC

Tints of Shocking #EA9EBC

Color information

#EA9EBC (or 0xEA9EBC) is unknown color: approx Shocking. HEX triplet: EA, 9E and BC. RGB value is (234,158,188). Sum of RGB (Red+Green+Blue) = 234+158+188=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9EBC is #156143. Grayscale: #B8B8B8. Windows color (decimal): -1401156 or 12361450. OLE color: 12361450.

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

Color convert

RGB234158188-
CMYK00.320.200.08
HSL336.32º64.41%76.86%-
HSV(B)336.32º32.48%91.76%-
XYZ55.2445.5853.46-
YUV184.14130.18163.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=40.34%
G=27.24%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415818800.320.200.08336.3264.4176.86
HexEA9EBC020148150404d
Octal3522362740402410520100115
Binary111010101001111010111100010000010100100010101000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea9ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea9ebc; }

 p { color: rgb(234,158,188); }

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

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

 a { background-color: rgb(234,158,188); }

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

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

 span { border-color: rgb(234,158,188); }

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