Html Css Color HEX #EA9A88 Tonys Pink

📋 copy color: '#EA9A88'

red 234 ◦ green 154 ◦ blue 136

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

Shades of Tonys Pink #EA9A88

Tints of Tonys Pink #EA9A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 44.66%
G = 29.39%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA9A88 (or 0xEA9A88) is known color: Tonys Pink. HEX triplet: EA, 9A and 88. RGB value is (234,154,136). Sum of RGB (Red+Green+Blue) = 234+154+136=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A88 is #156577. Grayscale: #B0B0B0. Windows color (decimal): -1402232 or 8952554. OLE color: 8952554.

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

Color convert

RGB 234 154 136 -
CMYK 0 0.34 0.42 0.08
HSL 11.02º 0.7% 0.73% -
HSV(B) 11.02º 0.42% 0.92% -
XYZ 49.93 42.38 28.84 -
YUV 175.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 234 154 136 0 0.34 0.42 0.08 11.02 0.7 0.73
Hex EA 9A 88 0 22 2A 8 B 46 49
Octal 352 232 210 0 42 52 10 13 106 111
Binary 11101010 10011010 10001000 0 100010 101010 1000 1011 1000110 1001001

Color Harmonies of #EA9A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A88

Black with #EA9A88

Text Example


Text Example

White with #EA9A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A88; }

 p { color: rgb(234,154,136); }

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

background-color css

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

 a { background-color: rgb(234,154,136); }

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

border-color css

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

 span { border-color: rgb(234,154,136); }

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