Html Css Color HEX #EA9F89 Tonys Pink

📋 copy color: '#EA9F89'

red 234 ◦ green 159 ◦ blue 137

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

Shades of Tonys Pink #EA9F89

Tints of Tonys Pink #EA9F89

RGB

 RED value IS 234 (91.8% from 255) = 44.15%

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

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

R = 44.15%
G = 30%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA9F89 (or 0xEA9F89) is known color: Tonys Pink. HEX triplet: EA, 9F and 89. RGB value is (234,159,137). Sum of RGB (Red+Green+Blue) = 234+159+137=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F89 is #156076. Grayscale: #B3B3B3. Windows color (decimal): -1400951 or 9019370. OLE color: 9019370.

HSL color Cylindrical-coordinate representation of color #EA9F89: hue angle of 13.61º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA9F89 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 137 -
CMYK 0 0.32 0.41 0.08
HSL 13.61º 0.7% 0.73% -
HSV(B) 13.61º 0.41% 0.92% -
XYZ 50.85 44.09 29.5 -
YUV 178.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 234 159 137 0 0.32 0.41 0.08 13.61 0.7 0.73
Hex EA 9F 89 0 20 29 8 E 46 49
Octal 352 237 211 0 40 51 10 16 106 111
Binary 11101010 10011111 10001001 0 100000 101001 1000 1110 1000110 1001001

Color Harmonies of #EA9F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F89

Black with #EA9F89

Text Example


Text Example

White with #EA9F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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