#EA9EBD

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

Shades of Shocking #EA9EBD

Tints of Shocking #EA9EBD

Color information

#EA9EBD (or 0xEA9EBD) is unknown color: approx Shocking. HEX triplet: EA, 9E and BD. RGB value is (234,158,189). Sum of RGB (Red+Green+Blue) = 234+158+189=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9EBD is #156142. Grayscale: #B8B8B8. Windows color (decimal): -1401155 or 12426986. OLE color: 12426986.

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

Color convert

RGB234158189-
CMYK00.320.190.08
HSL335.53º64.41%76.86%-
HSV(B)335.53º32.48%91.76%-
XYZ55.3445.6254.03-
YUV184.26130.68163.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=40.28%
G=27.19%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415818900.320.190.08335.5364.4176.86
HexEA9EBD020138150404d
Octal3522362750402310520100115
Binary111010101001111010111101010000010011100010101000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EBD; }

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

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

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

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

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

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

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

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