Html Css Color HEX #ED1197 Deep Pink

📋 copy color: '#ED1197'

red 237 ◦ green 17 ◦ blue 151

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

Shades of Deep Pink #ED1197

Tints of Deep Pink #ED1197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

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

R = 58.52%
G = 4.2%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED1197 (or 0xED1197) is known color: Deep Pink. HEX triplet: ED, 11 and 97. RGB value is (237,17,151). Sum of RGB (Red+Green+Blue) = 237+17+151=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1197 is #12EE68. Grayscale: #616161. Windows color (decimal): -1240681 or 9900525. OLE color: 9900525.

HSL color Cylindrical-coordinate representation of color #ED1197: hue angle of 323.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1197 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 151 -
CMYK 0 0.93 0.36 0.07
HSL 323.45º 0.87% 0.5% -
HSV(B) 323.45º 0.93% 0.93% -
XYZ 40.71 20.64 31.12 -
YUV 98.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 237 17 151 0 0.93 0.36 0.07 323.45 0.87 0.5
Hex ED 11 97 0 5D 24 7 143 57 32
Octal 355 21 227 0 135 44 7 503 127 62
Binary 11101101 10001 10010111 0 1011101 100100 111 101000011 1010111 110010

Color Harmonies of #ED1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1197

Black with #ED1197

Text Example


Text Example

White with #ED1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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