Html Css Color HEX #ED0987 Deep Pink

📋 copy color: '#ED0987'

red 237 ◦ green 9 ◦ blue 135

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

Shades of Deep Pink #ED0987

Tints of Deep Pink #ED0987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 62.2%
G = 2.36%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED0987 (or 0xED0987) is known color: Deep Pink. HEX triplet: ED, 09 and 87. RGB value is (237,9,135). Sum of RGB (Red+Green+Blue) = 237+9+135=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0987 is #12F678. Grayscale: #5B5B5B. Windows color (decimal): -1242745 or 8849901. OLE color: 8849901.

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

Color convert

RGB 237 9 135 -
CMYK 0 0.96 0.43 0.07
HSL 326.84º 0.93% 0.48% -
HSV(B) 326.84º 0.96% 0.93% -
XYZ 39.4 19.95 24.7 -
YUV 91.54 152.54 231.75 -
System Red Green Blue C M Y K H S L
Decimal 237 9 135 0 0.96 0.43 0.07 326.84 0.93 0.48
Hex ED 9 87 0 60 2B 7 147 5D 30
Octal 355 11 207 0 140 53 7 507 135 60
Binary 11101101 1001 10000111 0 1100000 101011 111 101000111 1011101 110000

Color Harmonies of #ED0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0987

Black with #ED0987

Text Example


Text Example

White with #ED0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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