Html Css Color HEX #ED1190 Deep Pink

📋 copy color: '#ED1190'

red 237 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #ED1190

Tints of Deep Pink #ED1190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 59.55%
G = 4.27%
B = 36.18%

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

#ED1190 (or 0xED1190) is known color: Deep Pink. HEX triplet: ED, 11 and 90. RGB value is (237,17,144). Sum of RGB (Red+Green+Blue) = 237+17+144=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1190 is #12EE6F. Grayscale: #606060. Windows color (decimal): -1240688 or 9441773. OLE color: 9441773.

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

Color convert

RGB 237 17 144 -
CMYK 0 0.93 0.39 0.07
HSL 325.36º 0.87% 0.5% -
HSV(B) 325.36º 0.93% 0.93% -
XYZ 40.16 20.42 28.21 -
YUV 97.26 154.39 227.67 -
System Red Green Blue C M Y K H S L
Decimal 237 17 144 0 0.93 0.39 0.07 325.36 0.87 0.5
Hex ED 11 90 0 5D 27 7 145 57 32
Octal 355 21 220 0 135 47 7 505 127 62
Binary 11101101 10001 10010000 0 1011101 100111 111 101000101 1010111 110010

Color Harmonies of #ED1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1190

Black with #ED1190

Text Example


Text Example

White with #ED1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1190; }

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

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

background-color css

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

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

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

border-color css

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

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

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