Html Css Color HEX #ED0489 Deep Pink

📋 copy color: '#ED0489'

red 237 ◦ green 4 ◦ blue 137

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

Shades of Deep Pink #ED0489

Tints of Deep Pink #ED0489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 62.7%
G = 1.06%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED0489 (or 0xED0489) is known color: Deep Pink. HEX triplet: ED, 04 and 89. RGB value is (237,4,137). Sum of RGB (Red+Green+Blue) = 237+4+137=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0489 is #12FB76. Grayscale: #585858. Windows color (decimal): -1244023 or 8979693. OLE color: 8979693.

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

Color convert

RGB 237 4 137 -
CMYK 0 0.98 0.42 0.07
HSL 325.75º 0.97% 0.47% -
HSV(B) 325.75º 0.98% 0.93% -
XYZ 39.48 19.9 25.43 -
YUV 88.83 155.19 233.69 -
System Red Green Blue C M Y K H S L
Decimal 237 4 137 0 0.98 0.42 0.07 325.75 0.97 0.47
Hex ED 4 89 0 62 2A 7 146 61 2F
Octal 355 4 211 0 142 52 7 506 141 57
Binary 11101101 100 10001001 0 1100010 101010 111 101000110 1100001 101111

Color Harmonies of #ED0489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0489

Black with #ED0489

Text Example


Text Example

White with #ED0489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0489; }

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

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

background-color css

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

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

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

border-color css

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

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

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