Html Css Color HEX #EA9F80 Tonys Pink

📋 copy color: '#EA9F80'

red 234 ◦ green 159 ◦ blue 128

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

Shades of Tonys Pink #EA9F80

Tints of Tonys Pink #EA9F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.57%

R = 44.91%
G = 30.52%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA9F80 (or 0xEA9F80) is known color: Tonys Pink. HEX triplet: EA, 9F and 80. RGB value is (234,159,128). Sum of RGB (Red+Green+Blue) = 234+159+128=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F80 is #15607F. Grayscale: #B2B2B2. Windows color (decimal): -1400960 or 8429546. OLE color: 8429546.

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

Color convert

RGB 234 159 128 -
CMYK 0 0.32 0.45 0.08
HSL 17.55º 0.72% 0.71% -
HSV(B) 17.55º 0.45% 0.92% -
XYZ 50.23 43.85 26.24 -
YUV 177.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 234 159 128 0 0.32 0.45 0.08 17.55 0.72 0.71
Hex EA 9F 80 0 20 2D 8 12 48 47
Octal 352 237 200 0 40 55 10 22 110 107
Binary 11101010 10011111 10000000 0 100000 101101 1000 10010 1001000 1000111

Color Harmonies of #EA9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F80

Black with #EA9F80

Text Example


Text Example

White with #EA9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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