Html Css Color HEX #EA9E82 Tonys Pink

📋 copy color: '#EA9E82'

red 234 ◦ green 158 ◦ blue 130

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

Shades of Tonys Pink #EA9E82

Tints of Tonys Pink #EA9E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.9%

R = 44.83%
G = 30.27%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9E82 (or 0xEA9E82) is known color: Tonys Pink. HEX triplet: EA, 9E and 82. RGB value is (234,158,130). Sum of RGB (Red+Green+Blue) = 234+158+130=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E82 is #15617D. Grayscale: #B1B1B1. Windows color (decimal): -1401214 or 8560362. OLE color: 8560362.

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

Color convert

RGB 234 158 130 -
CMYK 0 0.32 0.44 0.08
HSL 16.15º 0.71% 0.71% -
HSV(B) 16.15º 0.44% 0.92% -
XYZ 50.19 43.56 26.88 -
YUV 177.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 234 158 130 0 0.32 0.44 0.08 16.15 0.71 0.71
Hex EA 9E 82 0 20 2C 8 10 47 47
Octal 352 236 202 0 40 54 10 20 107 107
Binary 11101010 10011110 10000010 0 100000 101100 1000 10000 1000111 1000111

Color Harmonies of #EA9E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E82

Black with #EA9E82

Text Example


Text Example

White with #EA9E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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