Html Css Color HEX #ED0984 Deep Pink

📋 copy color: '#ED0984'

red 237 ◦ green 9 ◦ blue 132

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

Shades of Deep Pink #ED0984

Tints of Deep Pink #ED0984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 62.7%
G = 2.38%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED0984 (or 0xED0984) is known color: Deep Pink. HEX triplet: ED, 09 and 84. RGB value is (237,9,132). Sum of RGB (Red+Green+Blue) = 237+9+132=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0984 is #12F67B. Grayscale: #5A5A5A. Windows color (decimal): -1242748 or 8653293. OLE color: 8653293.

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

Color convert

RGB 237 9 132 -
CMYK 0 0.96 0.44 0.07
HSL 327.63º 0.93% 0.48% -
HSV(B) 327.63º 0.96% 0.93% -
XYZ 39.19 19.87 23.6 -
YUV 91.19 151.04 232 -
System Red Green Blue C M Y K H S L
Decimal 237 9 132 0 0.96 0.44 0.07 327.63 0.93 0.48
Hex ED 9 84 0 60 2C 7 148 5D 30
Octal 355 11 204 0 140 54 7 510 135 60
Binary 11101101 1001 10000100 0 1100000 101100 111 101001000 1011101 110000

Color Harmonies of #ED0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0984

Black with #ED0984

Text Example


Text Example

White with #ED0984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0984; }

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

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

background-color css

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

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

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

border-color css

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

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

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