Html Css Color HEX #E6A794 Tonys Pink

📋 copy color: '#E6A794'

red 230 ◦ green 167 ◦ blue 148

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

Shades of Tonys Pink #E6A794

Tints of Tonys Pink #E6A794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.64%

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 42.2%
G = 30.64%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6A794 (or 0xE6A794) is known color: Tonys Pink. HEX triplet: E6, A7 and 94. RGB value is (230,167,148). Sum of RGB (Red+Green+Blue) = 230+167+148=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A794 is #19586B. Grayscale: #B7B7B7. Windows color (decimal): -1661036 or 9742310. OLE color: 9742310.

HSL color Cylindrical-coordinate representation of color #E6A794: hue angle of 13.9º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6A794 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 167 148 -
CMYK 0 0.27 0.36 0.10
HSL 13.9º 0.62% 0.74% -
HSV(B) 13.9º 0.36% 0.9% -
XYZ 51.8 46.6 34.28 -
YUV 183.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 230 167 148 0 0.27 0.36 0.10 13.9 0.62 0.74
Hex E6 A7 94 0 1B 24 A E 3E 4A
Octal 346 247 224 0 33 44 12 16 76 112
Binary 11100110 10100111 10010100 0 11011 100100 1010 1110 111110 1001010

Color Harmonies of #E6A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A794

Black with #E6A794

Text Example


Text Example

White with #E6A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A794; }

 p { color: rgb(230,167,148); }

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

background-color css

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

 a { background-color: rgb(230,167,148); }

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

border-color css

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

 span { border-color: rgb(230,167,148); }

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