#EA95C8

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

Shades of Shocking #EA95C8

Tints of Shocking #EA95C8

Color information

#EA95C8 (or 0xEA95C8) is unknown color: approx Shocking. HEX triplet: EA, 95 and C8. RGB value is (234,149,200). Sum of RGB (Red+Green+Blue) = 234+149+200=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95C8 is #156A37. Grayscale: #B4B4B4. Windows color (decimal): -1403448 or 13145578. OLE color: 13145578.

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

Color convert

RGB234149200-
CMYK00.360.150.08
HSL324º66.93%75.1%-
HSV(B)324º36.32%91.76%-
XYZ55.143.1660.07-
YUV180.23139.16166.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=40.14%
G=25.56%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414920000.360.150.0832466.9375.1
HexEA95C8024F8144434b
Octal3522253100441710504103113
Binary11101010100101011100100001001001111100010100010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95C8; }

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

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

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

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

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

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

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

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