Html Css Color HEX #ED1180 Deep Pink

📋 copy color: '#ED1180'

red 237 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #ED1180

Tints of Deep Pink #ED1180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 62.04%
G = 4.45%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED1180 (or 0xED1180) is known color: Deep Pink. HEX triplet: ED, 11 and 80. RGB value is (237,17,128). Sum of RGB (Red+Green+Blue) = 237+17+128=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1180 is #12EE7F. Grayscale: #5F5F5F. Windows color (decimal): -1240704 or 8393197. OLE color: 8393197.

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

Color convert

RGB 237 17 128 -
CMYK 0 0.93 0.46 0.07
HSL 329.73º 0.87% 0.5% -
HSV(B) 329.73º 0.93% 0.93% -
XYZ 39.02 19.96 22.22 -
YUV 95.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 237 17 128 0 0.93 0.46 0.07 329.73 0.87 0.5
Hex ED 11 80 0 5D 2E 7 14A 57 32
Octal 355 21 200 0 135 56 7 512 127 62
Binary 11101101 10001 10000000 0 1011101 101110 111 101001010 1010111 110010

Color Harmonies of #ED1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1180

Black with #ED1180

Text Example


Text Example

White with #ED1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1180; }

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

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

background-color css

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

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

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

border-color css

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

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

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