#EA1AB7

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

Shades of Shocking Pink #EA1AB7

Tints of Shocking Pink #EA1AB7

Color information

#EA1AB7 (or 0xEA1AB7) is unknown color: approx Shocking Pink. HEX triplet: EA, 1A and B7. RGB value is (234,26,183). Sum of RGB (Red+Green+Blue) = 234+26+183=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1AB7 is #15E548. Grayscale: #696969. Windows color (decimal): -1434953 or 11999978. OLE color: 11999978.

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

Color convert

RGB23426183-
CMYK00.890.220.08
HSL314.71º83.2%50.98%-
HSV(B)314.71º88.89%91.76%-
XYZ42.8521.6546.72-
YUV106.09171.41219.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 26 (10.55% from 255) = 5.87%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=52.82%
G=5.87%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342618300.890.220.08314.7183.250.98
HexEA1AB705916813b5333
Octal352322670131261047312363
Binary111010101101010110111010110011011010001001110111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1AB7; }

 p { color: rgb(234,26,183); }

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

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

 a { background-color: rgb(234,26,183); }

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

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

 span { border-color: rgb(234,26,183); }

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