Html Css Color HEX #EA9E8C Tonys Pink

📋 copy color: '#EA9E8C'

red 234 ◦ green 158 ◦ blue 140

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

Shades of Tonys Pink #EA9E8C

Tints of Tonys Pink #EA9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 140 (55.08% from 255) = 26.32%

R = 43.98%
G = 29.7%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA9E8C (or 0xEA9E8C) is known color: Tonys Pink. HEX triplet: EA, 9E and 8C. RGB value is (234,158,140). Sum of RGB (Red+Green+Blue) = 234+158+140=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E8C is #156173. Grayscale: #B2B2B2. Windows color (decimal): -1401204 or 9215722. OLE color: 9215722.

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

Color convert

RGB 234 158 140 -
CMYK 0 0.32 0.40 0.08
HSL 11.49º 0.69% 0.73% -
HSV(B) 11.49º 0.4% 0.92% -
XYZ 50.89 43.84 30.59 -
YUV 178.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 234 158 140 0 0.32 0.40 0.08 11.49 0.69 0.73
Hex EA 9E 8C 0 20 28 8 B 45 49
Octal 352 236 214 0 40 50 10 13 105 111
Binary 11101010 10011110 10001100 0 100000 101000 1000 1011 1000101 1001001

Color Harmonies of #EA9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E8C

Black with #EA9E8C

Text Example


Text Example

White with #EA9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E8C; }

 p { color: rgb(234,158,140); }

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

background-color css

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

 a { background-color: rgb(234,158,140); }

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

border-color css

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

 span { border-color: rgb(234,158,140); }

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