Html Css Color HEX #ED0989 Deep Pink

📋 copy color: '#ED0989'

red 237 ◦ green 9 ◦ blue 137

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

Shades of Deep Pink #ED0989

Tints of Deep Pink #ED0989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 61.88%
G = 2.35%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED0989 (or 0xED0989) is known color: Deep Pink. HEX triplet: ED, 09 and 89. RGB value is (237,9,137). Sum of RGB (Red+Green+Blue) = 237+9+137=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0989 is #12F676. Grayscale: #5B5B5B. Windows color (decimal): -1242743 or 8980973. OLE color: 8980973.

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

Color convert

RGB 237 9 137 -
CMYK 0 0.96 0.42 0.07
HSL 326.32º 0.93% 0.48% -
HSV(B) 326.32º 0.96% 0.93% -
XYZ 39.54 20.01 25.44 -
YUV 91.76 153.54 231.59 -
System Red Green Blue C M Y K H S L
Decimal 237 9 137 0 0.96 0.42 0.07 326.32 0.93 0.48
Hex ED 9 89 0 60 2A 7 146 5D 30
Octal 355 11 211 0 140 52 7 506 135 60
Binary 11101101 1001 10001001 0 1100000 101010 111 101000110 1011101 110000

Color Harmonies of #ED0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0989

Black with #ED0989

Text Example


Text Example

White with #ED0989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0989; }

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

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

background-color css

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

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

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

border-color css

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

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

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