Html Css Color HEX #ED199A Deep Pink

📋 copy color: '#ED199A'

red 237 ◦ green 25 ◦ blue 154

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

Shades of Deep Pink #ED199A

Tints of Deep Pink #ED199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 56.97%
G = 6.01%
B = 37.02%

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

#ED199A (or 0xED199A) is known color: Deep Pink. HEX triplet: ED, 19 and 9A. RGB value is (237,25,154). Sum of RGB (Red+Green+Blue) = 237+25+154=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED199A is #12E665. Grayscale: #666666. Windows color (decimal): -1238630 or 10099181. OLE color: 10099181.

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

Color convert

RGB 237 25 154 -
CMYK 0 0.89 0.35 0.07
HSL 323.49º 0.85% 0.51% -
HSV(B) 323.49º 0.89% 0.93% -
XYZ 41.11 21.03 32.47 -
YUV 103.09 156.74 223.51 -
System Red Green Blue C M Y K H S L
Decimal 237 25 154 0 0.89 0.35 0.07 323.49 0.85 0.51
Hex ED 19 9A 0 59 23 7 143 55 33
Octal 355 31 232 0 131 43 7 503 125 63
Binary 11101101 11001 10011010 0 1011001 100011 111 101000011 1010101 110011

Color Harmonies of #ED199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED199A

Black with #ED199A

Text Example


Text Example

White with #ED199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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