#EA0FB6

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

Shades of Shocking Pink #EA0FB6

Tints of Shocking Pink #EA0FB6

Color information

#EA0FB6 (or 0xEA0FB6) is unknown color: approx Shocking Pink. HEX triplet: EA, 0F and B6. RGB value is (234,15,182). Sum of RGB (Red+Green+Blue) = 234+15+182=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0FB6 is #15F049. Grayscale: #636363. Windows color (decimal): -1437770 or 11931626. OLE color: 11931626.

HSL color Cylindrical-coordinate representation of color #EA0FB6: hue angle of 314.25º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB23415182-
CMYK00.940.220.08
HSL314.25º87.95%48.82%-
HSV(B)314.25º93.59%91.76%-
XYZ42.5521.2146.11-
YUV99.52174.55223.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 15 (6.25% from 255) = 3.48%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=54.29%
G=3.48%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341518200.940.220.08314.2587.9548.82
HexEAFB605E16813a5831
Octal352172660136261047213061
Binary11101010111110110110010111101011010001001110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0FB6; }

 p { color: rgb(234,15,182); }

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

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

 a { background-color: rgb(234,15,182); }

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

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

 span { border-color: rgb(234,15,182); }

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