Html Css Color HEX #E6A48D Tonys Pink

📋 copy color: '#E6A48D'

red 230 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #E6A48D

Tints of Tonys Pink #E6A48D

RGB

 RED value IS 230 (90.23% from 255) = 42.99%

 GREEN value IS 164 (64.45% from 255) = 30.65%

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

R = 42.99%
G = 30.65%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6A48D (or 0xE6A48D) is known color: Tonys Pink. HEX triplet: E6, A4 and 8D. RGB value is (230,164,141). Sum of RGB (Red+Green+Blue) = 230+164+141=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A48D is #195B72. Grayscale: #B5B5B5. Windows color (decimal): -1661811 or 9282790. OLE color: 9282790.

HSL color Cylindrical-coordinate representation of color #E6A48D: hue angle of 15.51º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6A48D is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 141 -
CMYK 0 0.29 0.39 0.10
HSL 15.51º 0.64% 0.73% -
HSV(B) 15.51º 0.39% 0.9% -
XYZ 50.72 45.3 31.27 -
YUV 181.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 230 164 141 0 0.29 0.39 0.10 15.51 0.64 0.73
Hex E6 A4 8D 0 1D 27 A 10 40 49
Octal 346 244 215 0 35 47 12 20 100 111
Binary 11100110 10100100 10001101 0 11101 100111 1010 10000 1000000 1001001

Color Harmonies of #E6A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A48D

Black with #E6A48D

Text Example


Text Example

White with #E6A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A48D; }

 p { color: rgb(230,164,141); }

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

background-color css

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

 a { background-color: rgb(230,164,141); }

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

border-color css

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

 span { border-color: rgb(230,164,141); }

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