Html Css Color HEX #ED9A89 Tonys Pink

📋 copy color: '#ED9A89'

red 237 ◦ green 154 ◦ blue 137

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

Shades of Tonys Pink #ED9A89

Tints of Tonys Pink #ED9A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

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

R = 44.89%
G = 29.17%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED9A89 (or 0xED9A89) is known color: Tonys Pink. HEX triplet: ED, 9A and 89. RGB value is (237,154,137). Sum of RGB (Red+Green+Blue) = 237+154+137=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A89 is #126576. Grayscale: #B1B1B1. Windows color (decimal): -1205623 or 9018093. OLE color: 9018093.

HSL color Cylindrical-coordinate representation of color #ED9A89: hue angle of 10.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 #ED9A89 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 154 137 -
CMYK 0 0.35 0.42 0.07
HSL 10.2º 0.74% 0.73% -
HSV(B) 10.2º 0.42% 0.93% -
XYZ 51 42.92 29.26 -
YUV 176.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 237 154 137 0 0.35 0.42 0.07 10.2 0.74 0.73
Hex ED 9A 89 0 23 2A 7 A 4A 49
Octal 355 232 211 0 43 52 7 12 112 111
Binary 11101101 10011010 10001001 0 100011 101010 111 1010 1001010 1001001

Color Harmonies of #ED9A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A89

Black with #ED9A89

Text Example


Text Example

White with #ED9A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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