#EA1AD9

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

Shades of Shocking Pink #EA1AD9

Tints of Shocking Pink #EA1AD9

Color information

#EA1AD9 (or 0xEA1AD9) is unknown color: approx Shocking Pink. HEX triplet: EA, 1A and D9. RGB value is (234,26,217). Sum of RGB (Red+Green+Blue) = 234+26+217=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1AD9 is #15E526. Grayscale: #6D6D6D. Windows color (decimal): -1434919 or 14228202. OLE color: 14228202.

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

Color convert

RGB23426217-
CMYK00.890.070.08
HSL304.9º83.2%50.98%-
HSV(B)304.9º88.89%91.76%-
XYZ46.8323.2467.66-
YUV109.97188.41216.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 26 (10.55% from 255) = 5.45%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=49.06%
G=5.45%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342621700.890.070.08304.983.250.98
HexEA1AD9059781315333
Octal35232331013171046112363
Binary1110101011010110110010101100111110001001100011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1AD9; }

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

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

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

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

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

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

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

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