Html Css Color HEX #E79485 Tonys Pink

📋 copy color: '#E79485'

red 231 ◦ green 148 ◦ blue 133

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

Shades of Tonys Pink #E79485

Tints of Tonys Pink #E79485

RGB

 RED value IS 231 (90.63% from 255) = 45.12%

 GREEN value IS 148 (58.2% from 255) = 28.91%

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 45.12%
G = 28.91%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E79485 (or 0xE79485) is known color: Tonys Pink. HEX triplet: E7, 94 and 85. RGB value is (231,148,133). Sum of RGB (Red+Green+Blue) = 231+148+133=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E79485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79485 is #186B7A. Grayscale: #ABABAB. Windows color (decimal): -1600379 or 8754407. OLE color: 8754407.

HSL color Cylindrical-coordinate representation of color #E79485: hue angle of 9.18º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E79485 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 148 133 -
CMYK 0 0.36 0.42 0.09
HSL 9.18º 0.67% 0.71% -
HSV(B) 9.18º 0.42% 0.91% -
XYZ 47.78 39.86 27.37 -
YUV 171.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 231 148 133 0 0.36 0.42 0.09 9.18 0.67 0.71
Hex E7 94 85 0 24 2A 9 9 43 47
Octal 347 224 205 0 44 52 11 11 103 107
Binary 11100111 10010100 10000101 0 100100 101010 1001 1001 1000011 1000111

Color Harmonies of #E79485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79485

Black with #E79485

Text Example


Text Example

White with #E79485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79485; }

 p { color: rgb(231,148,133); }

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

background-color css

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

 a { background-color: rgb(231,148,133); }

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

border-color css

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

 span { border-color: rgb(231,148,133); }

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