Html Css Color HEX #ED0986 Deep Pink

📋 copy color: '#ED0986'

red 237 ◦ green 9 ◦ blue 134

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

Shades of Deep Pink #ED0986

Tints of Deep Pink #ED0986

RGB

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

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

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

R = 62.37%
G = 2.37%
B = 35.26%

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

#ED0986 (or 0xED0986) is known color: Deep Pink. HEX triplet: ED, 09 and 86. RGB value is (237,9,134). Sum of RGB (Red+Green+Blue) = 237+9+134=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0986 is #12F679. Grayscale: #5B5B5B. Windows color (decimal): -1242746 or 8784365. OLE color: 8784365.

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

Color convert

RGB 237 9 134 -
CMYK 0 0.96 0.43 0.07
HSL 327.11º 0.93% 0.48% -
HSV(B) 327.11º 0.96% 0.93% -
XYZ 39.33 19.92 24.33 -
YUV 91.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 237 9 134 0 0.96 0.43 0.07 327.11 0.93 0.48
Hex ED 9 86 0 60 2B 7 147 5D 30
Octal 355 11 206 0 140 53 7 507 135 60
Binary 11101101 1001 10000110 0 1100000 101011 111 101000111 1011101 110000

Color Harmonies of #ED0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0986

Black with #ED0986

Text Example


Text Example

White with #ED0986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0986; }

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

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

background-color css

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

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

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

border-color css

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

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

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