Html Css Color HEX #E69E82 Tonys Pink

📋 copy color: '#E69E82'

red 230 ◦ green 158 ◦ blue 130

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

Shades of Tonys Pink #E69E82

Tints of Tonys Pink #E69E82

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 130 (51.17% from 255) = 25.1%

R = 44.4%
G = 30.5%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69E82 (or 0xE69E82) is known color: Tonys Pink. HEX triplet: E6, 9E and 82. RGB value is (230,158,130). Sum of RGB (Red+Green+Blue) = 230+158+130=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E82 is #19617D. Grayscale: #B0B0B0. Windows color (decimal): -1663358 or 8560358. OLE color: 8560358.

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

Color convert

RGB 230 158 130 -
CMYK 0 0.31 0.43 0.10
HSL 16.8º 0.67% 0.71% -
HSV(B) 16.8º 0.43% 0.9% -
XYZ 48.89 42.89 26.82 -
YUV 176.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 230 158 130 0 0.31 0.43 0.10 16.8 0.67 0.71
Hex E6 9E 82 0 1F 2B A 11 43 47
Octal 346 236 202 0 37 53 12 21 103 107
Binary 11100110 10011110 10000010 0 11111 101011 1010 10001 1000011 1000111

Color Harmonies of #E69E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E82

Black with #E69E82

Text Example


Text Example

White with #E69E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E82; }

 p { color: rgb(230,158,130); }

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

background-color css

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

 a { background-color: rgb(230,158,130); }

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

border-color css

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

 span { border-color: rgb(230,158,130); }

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