#EA93C8

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

Shades of Shocking #EA93C8

Tints of Shocking #EA93C8

Color information

#EA93C8 (or 0xEA93C8) is unknown color: approx Shocking. HEX triplet: EA, 93 and C8. RGB value is (234,147,200). Sum of RGB (Red+Green+Blue) = 234+147+200=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93C8 is #156C37. Grayscale: #B2B2B2. Windows color (decimal): -1403960 or 13145066. OLE color: 13145066.

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

Color convert

RGB234147200-
CMYK00.370.150.08
HSL323.45º67.44%74.71%-
HSV(B)323.45º37.18%91.76%-
XYZ54.7942.5359.96-
YUV179.06139.82167.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=40.28%
G=25.30%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414720000.370.150.08323.4567.4474.71
HexEA93C8025F8143434b
Octal3522233100451710503103113
Binary11101010100100111100100001001011111100010100001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93C8; }

 p { color: rgb(234,147,200); }

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

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

 a { background-color: rgb(234,147,200); }

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

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

 span { border-color: rgb(234,147,200); }

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