Html Css Color HEX #E6A181 Tonys Pink

📋 copy color: '#E6A181'

red 230 ◦ green 161 ◦ blue 129

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

Shades of Tonys Pink #E6A181

Tints of Tonys Pink #E6A181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.96%

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 44.23%
G = 30.96%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6A181 (or 0xE6A181) is known color: Tonys Pink. HEX triplet: E6, A1 and 81. RGB value is (230,161,129). Sum of RGB (Red+Green+Blue) = 230+161+129=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A181 is #195E7E. Grayscale: #B2B2B2. Windows color (decimal): -1662591 or 8495590. OLE color: 8495590.

HSL color Cylindrical-coordinate representation of color #E6A181: hue angle of 19.01º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6A181 is Cyan = 0, Magento = 0.3, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 129 -
CMYK 0 0.3 0.44 0.10
HSL 19.01º 0.67% 0.7% -
HSV(B) 19.01º 0.44% 0.9% -
XYZ 49.34 43.9 26.64 -
YUV 177.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 230 161 129 0 0.3 0.44 0.10 19.01 0.67 0.7
Hex E6 A1 81 0 1E 2C A 13 43 46
Octal 346 241 201 0 36 54 12 23 103 106
Binary 11100110 10100001 10000001 0 11110 101100 1010 10011 1000011 1000110

Color Harmonies of #E6A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A181

Black with #E6A181

Text Example


Text Example

White with #E6A181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A181; }

 p { color: rgb(230,161,129); }

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

background-color css

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

 a { background-color: rgb(230,161,129); }

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

border-color css

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

 span { border-color: rgb(230,161,129); }

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