Html Css Color HEX #ED199D Deep Pink

📋 copy color: '#ED199D'

red 237 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #ED199D

Tints of Deep Pink #ED199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 56.56%
G = 5.97%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED199D (or 0xED199D) is known color: Deep Pink. HEX triplet: ED, 19 and 9D. RGB value is (237,25,157). Sum of RGB (Red+Green+Blue) = 237+25+157=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED199D is #12E662. Grayscale: #676767. Windows color (decimal): -1238627 or 10295789. OLE color: 10295789.

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

Color convert

RGB 237 25 157 -
CMYK 0 0.89 0.34 0.07
HSL 322.64º 0.85% 0.51% -
HSV(B) 322.64º 0.89% 0.93% -
XYZ 41.36 21.13 33.8 -
YUV 103.44 158.24 223.27 -
System Red Green Blue C M Y K H S L
Decimal 237 25 157 0 0.89 0.34 0.07 322.64 0.85 0.51
Hex ED 19 9D 0 59 22 7 143 55 33
Octal 355 31 235 0 131 42 7 503 125 63
Binary 11101101 11001 10011101 0 1011001 100010 111 101000011 1010101 110011

Color Harmonies of #ED199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED199D

Black with #ED199D

Text Example


Text Example

White with #ED199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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