Html Css Color HEX #ED199B Deep Pink

📋 copy color: '#ED199B'

red 237 ◦ green 25 ◦ blue 155

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

Shades of Deep Pink #ED199B

Tints of Deep Pink #ED199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 56.83%
G = 6%
B = 37.17%

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

#ED199B (or 0xED199B) is known color: Deep Pink. HEX triplet: ED, 19 and 9B. RGB value is (237,25,155). Sum of RGB (Red+Green+Blue) = 237+25+155=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED199B is #12E664. Grayscale: #666666. Windows color (decimal): -1238629 or 10164717. OLE color: 10164717.

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

Color convert

RGB 237 25 155 -
CMYK 0 0.89 0.35 0.07
HSL 323.21º 0.85% 0.51% -
HSV(B) 323.21º 0.89% 0.93% -
XYZ 41.19 21.07 32.91 -
YUV 103.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 237 25 155 0 0.89 0.35 0.07 323.21 0.85 0.51
Hex ED 19 9B 0 59 23 7 143 55 33
Octal 355 31 233 0 131 43 7 503 125 63
Binary 11101101 11001 10011011 0 1011001 100011 111 101000011 1010101 110011

Color Harmonies of #ED199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED199B

Black with #ED199B

Text Example


Text Example

White with #ED199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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