Html Css Color HEX #ED1997 Deep Pink

📋 copy color: '#ED1997'

red 237 ◦ green 25 ◦ blue 151

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

Shades of Deep Pink #ED1997

Tints of Deep Pink #ED1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 57.38%
G = 6.05%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED1997 (or 0xED1997) is known color: Deep Pink. HEX triplet: ED, 19 and 97. RGB value is (237,25,151). Sum of RGB (Red+Green+Blue) = 237+25+151=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1997 is #12E668. Grayscale: #666666. Windows color (decimal): -1238633 or 9902573. OLE color: 9902573.

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

Color convert

RGB 237 25 151 -
CMYK 0 0.89 0.36 0.07
HSL 324.34º 0.85% 0.51% -
HSV(B) 324.34º 0.89% 0.93% -
XYZ 40.86 20.93 31.17 -
YUV 102.75 155.24 223.75 -
System Red Green Blue C M Y K H S L
Decimal 237 25 151 0 0.89 0.36 0.07 324.34 0.85 0.51
Hex ED 19 97 0 59 24 7 144 55 33
Octal 355 31 227 0 131 44 7 504 125 63
Binary 11101101 11001 10010111 0 1011001 100100 111 101000100 1010101 110011

Color Harmonies of #ED1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1997

Black with #ED1997

Text Example


Text Example

White with #ED1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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