Html Css Color HEX #E69686 Tonys Pink

📋 copy color: '#E69686'

red 230 ◦ green 150 ◦ blue 134

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

Shades of Tonys Pink #E69686

Tints of Tonys Pink #E69686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

 BLUE value IS 134 (52.73% from 255) = 26.07%

R = 44.75%
G = 29.18%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E69686 (or 0xE69686) is known color: Tonys Pink. HEX triplet: E6, 96 and 86. RGB value is (230,150,134). Sum of RGB (Red+Green+Blue) = 230+150+134=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E69686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69686 is #196979. Grayscale: #ACACAC. Windows color (decimal): -1665402 or 8820454. OLE color: 8820454.

HSL color Cylindrical-coordinate representation of color #E69686: hue angle of 10º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E69686 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 134 -
CMYK 0 0.35 0.42 0.10
HSL 10º 0.66% 0.71% -
HSV(B) 10º 0.42% 0.9% -
XYZ 47.84 40.36 27.82 -
YUV 172.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 230 150 134 0 0.35 0.42 0.10 10 0.66 0.71
Hex E6 96 86 0 23 2A A A 42 47
Octal 346 226 206 0 43 52 12 12 102 107
Binary 11100110 10010110 10000110 0 100011 101010 1010 1010 1000010 1000111

Color Harmonies of #E69686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69686

Black with #E69686

Text Example


Text Example

White with #E69686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69686; }

 p { color: rgb(230,150,134); }

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

background-color css

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

 a { background-color: rgb(230,150,134); }

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

border-color css

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

 span { border-color: rgb(230,150,134); }

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