#EA95CA

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

Shades of Shocking #EA95CA

Tints of Shocking #EA95CA

Color information

#EA95CA (or 0xEA95CA) is unknown color: approx Shocking. HEX triplet: EA, 95 and CA. RGB value is (234,149,202). Sum of RGB (Red+Green+Blue) = 234+149+202=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95CA is #156A35. Grayscale: #B4B4B4. Windows color (decimal): -1403446 or 13276650. OLE color: 13276650.

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

Color convert

RGB234149202-
CMYK00.360.140.08
HSL322.59º66.93%75.1%-
HSV(B)322.59º36.32%91.76%-
XYZ55.3443.2561.31-
YUV180.46140.16166.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=40%
G=25.47%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414920200.360.140.08322.5966.9375.1
HexEA95CA024E8143434b
Octal3522253120441610503103113
Binary11101010100101011100101001001001110100010100001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95CA; }

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

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

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

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

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

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

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

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