Html Css Color HEX #ED1087 Deep Pink

📋 copy color: '#ED1087'

red 237 ◦ green 16 ◦ blue 135

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

Shades of Deep Pink #ED1087

Tints of Deep Pink #ED1087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 61.08%
G = 4.12%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED1087 (or 0xED1087) is known color: Deep Pink. HEX triplet: ED, 10 and 87. RGB value is (237,16,135). Sum of RGB (Red+Green+Blue) = 237+16+135=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1087 is #12EF78. Grayscale: #5F5F5F. Windows color (decimal): -1240953 or 8851693. OLE color: 8851693.

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

Color convert

RGB 237 16 135 -
CMYK 0 0.93 0.43 0.07
HSL 327.69º 0.87% 0.5% -
HSV(B) 327.69º 0.93% 0.93% -
XYZ 39.48 20.12 24.73 -
YUV 95.65 150.22 228.82 -
System Red Green Blue C M Y K H S L
Decimal 237 16 135 0 0.93 0.43 0.07 327.69 0.87 0.5
Hex ED 10 87 0 5D 2B 7 148 57 32
Octal 355 20 207 0 135 53 7 510 127 62
Binary 11101101 10000 10000111 0 1011101 101011 111 101001000 1010111 110010

Color Harmonies of #ED1087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1087

Black with #ED1087

Text Example


Text Example

White with #ED1087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1087; }

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

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

background-color css

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

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

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

border-color css

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

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

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