#ea04b9

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

Shades of Shocking Pink #EA04B9

Tints of Shocking Pink #EA04B9

Color information

#EA04B9 (or 0xEA04B9) is unknown color: approx Shocking Pink. HEX triplet: EA, 04 and B9. RGB value is (234,4,185). Sum of RGB (Red+Green+Blue) = 234+4+185=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04B9 is #15FB46. Grayscale: #5C5C5C. Windows color (decimal): -1440583 or 12125418. OLE color: 12125418.

HSL color Cylindrical-coordinate representation of color #EA04B9: hue angle of 312.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04B9 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB2344185-
CMYK00.980.210.08
HSL312.78º96.64%46.67%-
HSV(B)312.78º98.29%91.76%-
XYZ42.7321.0847.72-
YUV93.4179.7228.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 4 (1.95% from 255) = 0.95%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=55.32%
G=0.95%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234418500.980.210.08312.7896.6446.67
HexEA4B9062158139612f
Octal35242710142251047114157
Binary1110101010010111001011000101010110001001110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea04b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea04b9; }

 p { color: rgb(234,4,185); }

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

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

 a { background-color: rgb(234,4,185); }

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

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

 span { border-color: rgb(234,4,185); }

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