Html Css Color HEX #EA9E8D Tonys Pink

📋 copy color: '#EA9E8D'

red 234 ◦ green 158 ◦ blue 141

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

Shades of Tonys Pink #EA9E8D

Tints of Tonys Pink #EA9E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 43.9%
G = 29.64%
B = 26.45%

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

#EA9E8D (or 0xEA9E8D) is known color: Tonys Pink. HEX triplet: EA, 9E and 8D. RGB value is (234,158,141). Sum of RGB (Red+Green+Blue) = 234+158+141=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E8D is #156172. Grayscale: #B2B2B2. Windows color (decimal): -1401203 or 9281258. OLE color: 9281258.

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

Color convert

RGB 234 158 141 -
CMYK 0 0.32 0.40 0.08
HSL 10.97º 0.69% 0.74% -
HSV(B) 10.97º 0.4% 0.92% -
XYZ 50.97 43.87 30.98 -
YUV 178.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 234 158 141 0 0.32 0.40 0.08 10.97 0.69 0.74
Hex EA 9E 8D 0 20 28 8 B 45 4A
Octal 352 236 215 0 40 50 10 13 105 112
Binary 11101010 10011110 10001101 0 100000 101000 1000 1011 1000101 1001010

Color Harmonies of #EA9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E8D

Black with #EA9E8D

Text Example


Text Example

White with #EA9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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