Html Css Color HEX #ED0F87 Deep Pink

📋 copy color: '#ED0F87'

red 237 ◦ green 15 ◦ blue 135

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

Shades of Deep Pink #ED0F87

Tints of Deep Pink #ED0F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

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

R = 61.24%
G = 3.88%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED0F87 (or 0xED0F87) is known color: Deep Pink. HEX triplet: ED, 0F and 87. RGB value is (237,15,135). Sum of RGB (Red+Green+Blue) = 237+15+135=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0F87 is #12F078. Grayscale: #5E5E5E. Windows color (decimal): -1241209 or 8851437. OLE color: 8851437.

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

Color convert

RGB 237 15 135 -
CMYK 0 0.94 0.43 0.07
HSL 327.57º 0.88% 0.49% -
HSV(B) 327.57º 0.94% 0.93% -
XYZ 39.47 20.1 24.72 -
YUV 95.06 150.55 229.24 -
System Red Green Blue C M Y K H S L
Decimal 237 15 135 0 0.94 0.43 0.07 327.57 0.88 0.49
Hex ED F 87 0 5E 2B 7 148 58 31
Octal 355 17 207 0 136 53 7 510 130 61
Binary 11101101 1111 10000111 0 1011110 101011 111 101001000 1011000 110001

Color Harmonies of #ED0F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F87

Black with #ED0F87

Text Example


Text Example

White with #ED0F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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