#EA9DC7

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

Shades of Shocking #EA9DC7

Tints of Shocking #EA9DC7

Color information

#EA9DC7 (or 0xEA9DC7) is unknown color: approx Shocking. HEX triplet: EA, 9D and C7. RGB value is (234,157,199). Sum of RGB (Red+Green+Blue) = 234+157+199=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DC7 is #156238. Grayscale: #B8B8B8. Windows color (decimal): -1401401 or 13082090. OLE color: 13082090.

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

Color convert

RGB234157199-
CMYK00.330.150.08
HSL327.27º64.71%76.67%-
HSV(B)327.27º32.91%91.76%-
XYZ56.345.7359.89-
YUV184.81136.01163.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=39.66%
G=26.61%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415719900.330.150.08327.2764.7176.67
HexEA9DC7021F8147414d
Octal3522353070411710507101115
Binary11101010100111011100011101000011111100010100011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DC7; }

 p { color: rgb(234,157,199); }

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

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

 a { background-color: rgb(234,157,199); }

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

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

 span { border-color: rgb(234,157,199); }

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