Html Css Color HEX #ED9986 Tonys Pink

📋 copy color: '#ED9986'

red 237 ◦ green 153 ◦ blue 134

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

Shades of Tonys Pink #ED9986

Tints of Tonys Pink #ED9986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

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

R = 45.23%
G = 29.2%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED9986 (or 0xED9986) is known color: Tonys Pink. HEX triplet: ED, 99 and 86. RGB value is (237,153,134). Sum of RGB (Red+Green+Blue) = 237+153+134=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9986 is #126679. Grayscale: #B0B0B0. Windows color (decimal): -1205882 or 8821229. OLE color: 8821229.

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

Color convert

RGB 237 153 134 -
CMYK 0 0.35 0.43 0.07
HSL 11.07º 0.74% 0.73% -
HSV(B) 11.07º 0.43% 0.93% -
XYZ 50.62 42.51 28.09 -
YUV 175.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 237 153 134 0 0.35 0.43 0.07 11.07 0.74 0.73
Hex ED 99 86 0 23 2B 7 B 4A 49
Octal 355 231 206 0 43 53 7 13 112 111
Binary 11101101 10011001 10000110 0 100011 101011 111 1011 1001010 1001001

Color Harmonies of #ED9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9986

Black with #ED9986

Text Example


Text Example

White with #ED9986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9986; }

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

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

background-color css

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

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

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

border-color css

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

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

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