Html Css Color HEX #ED0280 Deep Pink

📋 copy color: '#ED0280'

red 237 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #ED0280

Tints of Deep Pink #ED0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 64.58%
G = 0.54%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED0280 (or 0xED0280) is known color: Deep Pink. HEX triplet: ED, 02 and 80. RGB value is (237,2,128). Sum of RGB (Red+Green+Blue) = 237+2+128=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0280 is #12FD7F. Grayscale: #565656. Windows color (decimal): -1244544 or 8389357. OLE color: 8389357.

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

Color convert

RGB 237 2 128 -
CMYK 0 0.99 0.46 0.07
HSL 327.83º 0.98% 0.47% -
HSV(B) 327.83º 0.99% 0.93% -
XYZ 38.84 19.61 22.16 -
YUV 86.63 151.36 235.25 -
System Red Green Blue C M Y K H S L
Decimal 237 2 128 0 0.99 0.46 0.07 327.83 0.98 0.47
Hex ED 2 80 0 63 2E 7 148 62 2F
Octal 355 2 200 0 143 56 7 510 142 57
Binary 11101101 10 10000000 0 1100011 101110 111 101001000 1100010 101111

Color Harmonies of #ED0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0280

Black with #ED0280

Text Example


Text Example

White with #ED0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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