Html Css Color HEX #ED1999 Deep Pink

📋 copy color: '#ED1999'

red 237 ◦ green 25 ◦ blue 153

#ED1999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #ED1999

Tints of Deep Pink #ED1999

RGB

 RED value IS 237 (92.97% from 255) = 57.11%

 GREEN value IS 25 (10.16% from 255) = 6.02%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 57.11%
G = 6.02%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED1999 (or 0xED1999) is known color: Deep Pink. HEX triplet: ED, 19 and 99. RGB value is (237,25,153). Sum of RGB (Red+Green+Blue) = 237+25+153=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1999 is #12E666. Grayscale: #666666. Windows color (decimal): -1238631 or 10033645. OLE color: 10033645.

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

Color convert

RGB 237 25 153 -
CMYK 0 0.89 0.35 0.07
HSL 323.77º 0.85% 0.51% -
HSV(B) 323.77º 0.89% 0.93% -
XYZ 41.02 21 32.03 -
YUV 102.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 237 25 153 0 0.89 0.35 0.07 323.77 0.85 0.51
Hex ED 19 99 0 59 23 7 144 55 33
Octal 355 31 231 0 131 43 7 504 125 63
Binary 11101101 11001 10011001 0 1011001 100011 111 101000100 1010101 110011

Color Harmonies of #ED1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1999

Black with #ED1999

Text Example


Text Example

White with #ED1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1999; }

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

 H1.HeaderClassName
 {
   color: #ED1999;
 }
 .AnyTagClassName
 {
   color: #ED1999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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