Html Css Color HEX #ED1987 Deep Pink

📋 copy color: '#ED1987'

red 237 ◦ green 25 ◦ blue 135

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

Shades of Deep Pink #ED1987

Tints of Deep Pink #ED1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

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

R = 59.7%
G = 6.3%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED1987 (or 0xED1987) is known color: Deep Pink. HEX triplet: ED, 19 and 87. RGB value is (237,25,135). Sum of RGB (Red+Green+Blue) = 237+25+135=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1987 is #12E678. Grayscale: #646464. Windows color (decimal): -1238649 or 8853997. OLE color: 8853997.

HSL color Cylindrical-coordinate representation of color #ED1987: hue angle of 328.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1987 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 135 -
CMYK 0 0.89 0.43 0.07
HSL 328.87º 0.85% 0.51% -
HSV(B) 328.87º 0.89% 0.93% -
XYZ 39.65 20.45 24.78 -
YUV 100.93 147.24 225.06 -
System Red Green Blue C M Y K H S L
Decimal 237 25 135 0 0.89 0.43 0.07 328.87 0.85 0.51
Hex ED 19 87 0 59 2B 7 149 55 33
Octal 355 31 207 0 131 53 7 511 125 63
Binary 11101101 11001 10000111 0 1011001 101011 111 101001001 1010101 110011

Color Harmonies of #ED1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1987

Black with #ED1987

Text Example


Text Example

White with #ED1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1987; }

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

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

background-color css

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

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

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

border-color css

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

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

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