#ED19D9

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

Shades of Shocking Pink #ED19D9

Tints of Shocking Pink #ED19D9

Color information

#ED19D9 (or 0xED19D9) is unknown color: approx Shocking Pink. HEX triplet: ED, 19 and D9. RGB value is (237,25,217). Sum of RGB (Red+Green+Blue) = 237+25+217=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19D9 is #12E626. Grayscale: #6D6D6D. Windows color (decimal): -1238567 or 14227949. OLE color: 14227949.

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

Color convert

RGB23725217-
CMYK00.890.080.07
HSL305.66º85.48%51.37%-
HSV(B)305.66º89.45%92.94%-
XYZ47.823.7167.7-
YUV110.28188.24218.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 25 (10.16% from 255) = 5.22%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=49.48%
G=5.22%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372521700.890.080.07305.6685.4851.37
HexED19D9059871325533
Octal35531331013110746212563
Binary1110110111001110110010101100110001111001100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED19D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED19D9; }

 p { color: rgb(237,25,217); }

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

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

 a { background-color: rgb(237,25,217); }

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

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

 span { border-color: rgb(237,25,217); }

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