Html Css Color HEX #ED0982 Deep Pink

📋 copy color: '#ED0982'

red 237 ◦ green 9 ◦ blue 130

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

Shades of Deep Pink #ED0982

Tints of Deep Pink #ED0982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 63.03%
G = 2.39%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED0982 (or 0xED0982) is known color: Deep Pink. HEX triplet: ED, 09 and 82. RGB value is (237,9,130). Sum of RGB (Red+Green+Blue) = 237+9+130=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0982 is #12F67D. Grayscale: #5A5A5A. Windows color (decimal): -1242750 or 8522221. OLE color: 8522221.

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

Color convert

RGB 237 9 130 -
CMYK 0 0.96 0.45 0.07
HSL 328.16º 0.93% 0.48% -
HSV(B) 328.16º 0.96% 0.93% -
XYZ 39.05 19.81 22.88 -
YUV 90.97 150.04 232.16 -
System Red Green Blue C M Y K H S L
Decimal 237 9 130 0 0.96 0.45 0.07 328.16 0.93 0.48
Hex ED 9 82 0 60 2D 7 148 5D 30
Octal 355 11 202 0 140 55 7 510 135 60
Binary 11101101 1001 10000010 0 1100000 101101 111 101001000 1011101 110000

Color Harmonies of #ED0982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0982

Black with #ED0982

Text Example


Text Example

White with #ED0982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0982; }

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

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

background-color css

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

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

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

border-color css

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

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

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