#EA98B8

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

Shades of Shocking #EA98B8

Tints of Shocking #EA98B8

Color information

#EA98B8 (or 0xEA98B8) is unknown color: approx Shocking. HEX triplet: EA, 98 and B8. RGB value is (234,152,184). Sum of RGB (Red+Green+Blue) = 234+152+184=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98B8 is #156747. Grayscale: #B4B4B4. Windows color (decimal): -1402696 or 12097770. OLE color: 12097770.

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

Color convert

RGB234152184-
CMYK00.350.210.08
HSL336.59º66.13%75.69%-
HSV(B)336.59º35.04%91.76%-
XYZ53.8143.4150.89-
YUV180.17130.17166.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=41.05%
G=26.67%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415218400.350.210.08336.5966.1375.69
HexEA98B8023158151424c
Octal3522302700432510521102114
Binary111010101001100010111000010001110101100010101000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98B8; }

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

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

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

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

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

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

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

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