Html Css Color HEX #ED1191 Deep Pink

📋 copy color: '#ED1191'

red 237 ◦ green 17 ◦ blue 145

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

Shades of Deep Pink #ED1191

Tints of Deep Pink #ED1191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 59.4%
G = 4.26%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED1191 (or 0xED1191) is known color: Deep Pink. HEX triplet: ED, 11 and 91. RGB value is (237,17,145). Sum of RGB (Red+Green+Blue) = 237+17+145=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1191 is #12EE6E. Grayscale: #616161. Windows color (decimal): -1240687 or 9507309. OLE color: 9507309.

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

Color convert

RGB 237 17 145 -
CMYK 0 0.93 0.39 0.07
HSL 325.09º 0.87% 0.5% -
HSV(B) 325.09º 0.93% 0.93% -
XYZ 40.24 20.45 28.61 -
YUV 97.37 154.89 227.59 -
System Red Green Blue C M Y K H S L
Decimal 237 17 145 0 0.93 0.39 0.07 325.09 0.87 0.5
Hex ED 11 91 0 5D 27 7 145 57 32
Octal 355 21 221 0 135 47 7 505 127 62
Binary 11101101 10001 10010001 0 1011101 100111 111 101000101 1010111 110010

Color Harmonies of #ED1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1191

Black with #ED1191

Text Example


Text Example

White with #ED1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1191; }

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

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

background-color css

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

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

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

border-color css

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

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

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