Html Css Color HEX #EA9F83 Tonys Pink

📋 copy color: '#EA9F83'

red 234 ◦ green 159 ◦ blue 131

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

Shades of Tonys Pink #EA9F83

Tints of Tonys Pink #EA9F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25%

R = 44.66%
G = 30.34%
B = 25%

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

#EA9F83 (or 0xEA9F83) is known color: Tonys Pink. HEX triplet: EA, 9F and 83. RGB value is (234,159,131). Sum of RGB (Red+Green+Blue) = 234+159+131=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F83 is #15607C. Grayscale: #B2B2B2. Windows color (decimal): -1400957 or 8626154. OLE color: 8626154.

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

Color convert

RGB 234 159 131 -
CMYK 0 0.32 0.44 0.08
HSL 16.31º 0.71% 0.72% -
HSV(B) 16.31º 0.44% 0.92% -
XYZ 50.43 43.93 27.29 -
YUV 178.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 234 159 131 0 0.32 0.44 0.08 16.31 0.71 0.72
Hex EA 9F 83 0 20 2C 8 10 47 48
Octal 352 237 203 0 40 54 10 20 107 110
Binary 11101010 10011111 10000011 0 100000 101100 1000 10000 1000111 1001000

Color Harmonies of #EA9F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F83

Black with #EA9F83

Text Example


Text Example

White with #EA9F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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