Html Css Color HEX #ED0080 Deep Pink

📋 copy color: '#ED0080'

red 237 ◦ green 0 ◦ blue 128

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

Shades of Deep Pink #ED0080

Tints of Deep Pink #ED0080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.93%
G = 0%
B = 35.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED0080 (or 0xED0080) is known color: Deep Pink. HEX triplet: ED, 00 and 80. RGB value is (237,0,128). Sum of RGB (Red+Green+Blue) = 237+0+128=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0080 is #12FF7F. Grayscale: #555555. Windows color (decimal): -1245056 or 8388845. OLE color: 8388845.

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

Color convert

RGB 237 0 128 -
CMYK 0 1 0.46 0.07
HSL 327.59º 1% 0.46% -
HSV(B) 327.59º 1% 0.93% -
XYZ 38.82 19.56 22.15 -
YUV 85.46 152.02 236.09 -
System Red Green Blue C M Y K H S L
Decimal 237 0 128 0 1 0.46 0.07 327.59 1 0.46
Hex ED 0 80 0 64 2E 7 148 64 2E
Octal 355 0 200 0 144 56 7 510 144 56
Binary 11101101 0 10000000 0 1100100 101110 111 101001000 1100100 101110

Color Harmonies of #ED0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0080

Black with #ED0080

Text Example


Text Example

White with #ED0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0080; }

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

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

background-color css

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

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

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

border-color css

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

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

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