Html Css Color HEX #ED9F89 Tonys Pink

📋 copy color: '#ED9F89'

red 237 ◦ green 159 ◦ blue 137

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

Shades of Tonys Pink #ED9F89

Tints of Tonys Pink #ED9F89

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 137 (53.91% from 255) = 25.7%

R = 44.47%
G = 29.83%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED9F89 (or 0xED9F89) is known color: Tonys Pink. HEX triplet: ED, 9F and 89. RGB value is (237,159,137). Sum of RGB (Red+Green+Blue) = 237+159+137=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F89 is #126076. Grayscale: #B3B3B3. Windows color (decimal): -1204343 or 9019373. OLE color: 9019373.

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

Color convert

RGB 237 159 137 -
CMYK 0 0.33 0.42 0.07
HSL 13.2º 0.74% 0.73% -
HSV(B) 13.2º 0.42% 0.93% -
XYZ 51.84 44.61 29.54 -
YUV 179.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 237 159 137 0 0.33 0.42 0.07 13.2 0.74 0.73
Hex ED 9F 89 0 21 2A 7 D 4A 49
Octal 355 237 211 0 41 52 7 15 112 111
Binary 11101101 10011111 10001001 0 100001 101010 111 1101 1001010 1001001

Color Harmonies of #ED9F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F89

Black with #ED9F89

Text Example


Text Example

White with #ED9F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F89; }

 p { color: rgb(237,159,137); }

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

background-color css

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

 a { background-color: rgb(237,159,137); }

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

border-color css

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

 span { border-color: rgb(237,159,137); }

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