Html Css Color HEX #E6A094 Tonys Pink

📋 copy color: '#E6A094'

red 230 ◦ green 160 ◦ blue 148

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

Shades of Tonys Pink #E6A094

Tints of Tonys Pink #E6A094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.74%

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

R = 42.75%
G = 29.74%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6A094 (or 0xE6A094) is known color: Tonys Pink. HEX triplet: E6, A0 and 94. RGB value is (230,160,148). Sum of RGB (Red+Green+Blue) = 230+160+148=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A094 is #195F6B. Grayscale: #B3B3B3. Windows color (decimal): -1662828 or 9740518. OLE color: 9740518.

HSL color Cylindrical-coordinate representation of color #E6A094: hue angle of 8.78º 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 #E6A094 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 148 -
CMYK 0 0.30 0.36 0.10
HSL 8.78º 0.62% 0.74% -
HSV(B) 8.78º 0.36% 0.9% -
XYZ 50.55 44.1 33.87 -
YUV 179.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 230 160 148 0 0.30 0.36 0.10 8.78 0.62 0.74
Hex E6 A0 94 0 1E 24 A 9 3E 4A
Octal 346 240 224 0 36 44 12 11 76 112
Binary 11100110 10100000 10010100 0 11110 100100 1010 1001 111110 1001010

Color Harmonies of #E6A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A094

Black with #E6A094

Text Example


Text Example

White with #E6A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A094; }

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

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

background-color css

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

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

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

border-color css

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

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

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