#EA98CC

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

Shades of Shocking #EA98CC

Tints of Shocking #EA98CC

Color information

#EA98CC (or 0xEA98CC) is unknown color: approx Shocking. HEX triplet: EA, 98 and CC. RGB value is (234,152,204). Sum of RGB (Red+Green+Blue) = 234+152+204=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98CC is #156733. Grayscale: #B6B6B6. Windows color (decimal): -1402676 or 13408490. OLE color: 13408490.

HSL color Cylindrical-coordinate representation of color #EA98CC: hue angle of 321.95º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA98CC is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234152204-
CMYK00.350.130.08
HSL321.95º66.13%75.69%-
HSV(B)321.95º35.04%91.76%-
XYZ56.0644.3162.72-
YUV182.45140.17164.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=39.66%
G=25.76%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415220400.350.130.08321.9566.1375.69
HexEA98CC023D8142424c
Octal3522303140431510502102114
Binary11101010100110001100110001000111101100010100001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98CC; }

 p { color: rgb(234,152,204); }

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

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

 a { background-color: rgb(234,152,204); }

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

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

 span { border-color: rgb(234,152,204); }

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