Html Css Color HEX #ED0D86 Deep Pink

📋 copy color: '#ED0D86'

red 237 ◦ green 13 ◦ blue 134

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

Shades of Deep Pink #ED0D86

Tints of Deep Pink #ED0D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 61.72%
G = 3.39%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED0D86 (or 0xED0D86) is known color: Deep Pink. HEX triplet: ED, 0D and 86. RGB value is (237,13,134). Sum of RGB (Red+Green+Blue) = 237+13+134=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0D86 is #12F279. Grayscale: #5D5D5D. Windows color (decimal): -1241722 or 8785389. OLE color: 8785389.

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

Color convert

RGB 237 13 134 -
CMYK 0 0.95 0.43 0.07
HSL 327.59º 0.9% 0.49% -
HSV(B) 327.59º 0.95% 0.93% -
XYZ 39.37 20.01 24.34 -
YUV 93.77 150.71 230.16 -
System Red Green Blue C M Y K H S L
Decimal 237 13 134 0 0.95 0.43 0.07 327.59 0.9 0.49
Hex ED D 86 0 5F 2B 7 148 5A 31
Octal 355 15 206 0 137 53 7 510 132 61
Binary 11101101 1101 10000110 0 1011111 101011 111 101001000 1011010 110001

Color Harmonies of #ED0D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D86

Black with #ED0D86

Text Example


Text Example

White with #ED0D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D86; }

 p { color: rgb(237,13,134); }

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

background-color css

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

 a { background-color: rgb(237,13,134); }

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

border-color css

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

 span { border-color: rgb(237,13,134); }

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