Html Css Color HEX #ED0282 Deep Pink

📋 copy color: '#ED0282'

red 237 ◦ green 2 ◦ blue 130

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

Shades of Deep Pink #ED0282

Tints of Deep Pink #ED0282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 64.23%
G = 0.54%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED0282 (or 0xED0282) is known color: Deep Pink. HEX triplet: ED, 02 and 82. RGB value is (237,2,130). Sum of RGB (Red+Green+Blue) = 237+2+130=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0282 is #12FD7D. Grayscale: #565656. Windows color (decimal): -1244542 or 8520429. OLE color: 8520429.

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

Color convert

RGB 237 2 130 -
CMYK 0 0.99 0.45 0.07
HSL 327.32º 0.98% 0.47% -
HSV(B) 327.32º 0.99% 0.93% -
XYZ 38.98 19.66 22.86 -
YUV 86.86 152.36 235.09 -
System Red Green Blue C M Y K H S L
Decimal 237 2 130 0 0.99 0.45 0.07 327.32 0.98 0.47
Hex ED 2 82 0 63 2D 7 147 62 2F
Octal 355 2 202 0 143 55 7 507 142 57
Binary 11101101 10 10000010 0 1100011 101101 111 101000111 1100010 101111

Color Harmonies of #ED0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0282

Black with #ED0282

Text Example


Text Example

White with #ED0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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