#EA1ACD

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

Shades of Shocking Pink #EA1ACD

Tints of Shocking Pink #EA1ACD

Color information

#EA1ACD (or 0xEA1ACD) is unknown color: approx Shocking Pink. HEX triplet: EA, 1A and CD. RGB value is (234,26,205). Sum of RGB (Red+Green+Blue) = 234+26+205=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ACD is #15E532. Grayscale: #6C6C6C. Windows color (decimal): -1434931 or 13441770. OLE color: 13441770.

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

Color convert

RGB23426205-
CMYK00.890.120.08
HSL308.37º83.2%50.98%-
HSV(B)308.37º88.89%91.76%-
XYZ45.3222.6459.74-
YUV108.6182.41217.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 26 (10.55% from 255) = 5.59%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=50.32%
G=5.59%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342620500.890.120.08308.3783.250.98
HexEA1ACD059C81345333
Octal352323150131141046412363
Binary11101010110101100110101011001110010001001101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1ACD; }

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

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

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

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

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

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

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

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