Html Css Color HEX #ED0580 Deep Pink

📋 copy color: '#ED0580'

red 237 ◦ green 5 ◦ blue 128

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

Shades of Deep Pink #ED0580

Tints of Deep Pink #ED0580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 64.05%
G = 1.35%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED0580 (or 0xED0580) is known color: Deep Pink. HEX triplet: ED, 05 and 80. RGB value is (237,5,128). Sum of RGB (Red+Green+Blue) = 237+5+128=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0580 is #12FA7F. Grayscale: #585858. Windows color (decimal): -1243776 or 8390125. OLE color: 8390125.

HSL color Cylindrical-coordinate representation of color #ED0580: hue angle of 328.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0580 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 128 -
CMYK 0 0.98 0.46 0.07
HSL 328.19º 0.96% 0.47% -
HSV(B) 328.19º 0.98% 0.93% -
XYZ 38.88 19.67 22.17 -
YUV 88.39 150.36 234 -
System Red Green Blue C M Y K H S L
Decimal 237 5 128 0 0.98 0.46 0.07 328.19 0.96 0.47
Hex ED 5 80 0 62 2E 7 148 60 2F
Octal 355 5 200 0 142 56 7 510 140 57
Binary 11101101 101 10000000 0 1100010 101110 111 101001000 1100000 101111

Color Harmonies of #ED0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0580

Black with #ED0580

Text Example


Text Example

White with #ED0580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0580; }

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

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

background-color css

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

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

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

border-color css

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

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

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