Html Css Color HEX #E8A585 Tonys Pink

📋 copy color: '#E8A585'

red 232 ◦ green 165 ◦ blue 133

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

Shades of Tonys Pink #E8A585

Tints of Tonys Pink #E8A585

RGB

 RED value IS 232 (91.02% from 255) = 43.77%

 GREEN value IS 165 (64.84% from 255) = 31.13%

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

R = 43.77%
G = 31.13%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E8A585 (or 0xE8A585) is known color: Tonys Pink. HEX triplet: E8, A5 and 85. RGB value is (232,165,133). Sum of RGB (Red+Green+Blue) = 232+165+133=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A585 is #175A7A. Grayscale: #B5B5B5. Windows color (decimal): -1530491 or 8758760. OLE color: 8758760.

HSL color Cylindrical-coordinate representation of color #E8A585: hue angle of 19.39º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8A585 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 165 133 -
CMYK 0 0.29 0.43 0.09
HSL 19.39º 0.68% 0.72% -
HSV(B) 19.39º 0.43% 0.91% -
XYZ 50.97 45.76 28.34 -
YUV 181.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 232 165 133 0 0.29 0.43 0.09 19.39 0.68 0.72
Hex E8 A5 85 0 1D 2B 9 13 44 48
Octal 350 245 205 0 35 53 11 23 104 110
Binary 11101000 10100101 10000101 0 11101 101011 1001 10011 1000100 1001000

Color Harmonies of #E8A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A585

Black with #E8A585

Text Example


Text Example

White with #E8A585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A585; }

 p { color: rgb(232,165,133); }

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

background-color css

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

 a { background-color: rgb(232,165,133); }

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

border-color css

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

 span { border-color: rgb(232,165,133); }

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