#EA8EC7

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

Shades of Shocking #EA8EC7

Tints of Shocking #EA8EC7

Color information

#EA8EC7 (or 0xEA8EC7) is unknown color: approx Shocking. HEX triplet: EA, 8E and C7. RGB value is (234,142,199). Sum of RGB (Red+Green+Blue) = 234+142+199=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EC7 is #157138. Grayscale: #AFAFAF. Windows color (decimal): -1405241 or 13078250. OLE color: 13078250.

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

Color convert

RGB234142199-
CMYK00.390.150.08
HSL322.83º68.66%73.73%-
HSV(B)322.83º39.32%91.76%-
XYZ53.9140.9659.1-
YUV176.01140.98169.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=40.70%
G=24.70%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414219900.390.150.08322.8368.6673.73
HexEA8EC7027F8143454a
Octal3522163070471710503105112
Binary11101010100011101100011101001111111100010100001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EC7; }

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

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

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

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

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

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

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

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