Html Css Color HEX #E69D80 Tonys Pink

📋 copy color: '#E69D80'

red 230 ◦ green 157 ◦ blue 128

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

Shades of Tonys Pink #E69D80

Tints of Tonys Pink #E69D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 44.66%
G = 30.49%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E69D80 (or 0xE69D80) is known color: Tonys Pink. HEX triplet: E6, 9D and 80. RGB value is (230,157,128). Sum of RGB (Red+Green+Blue) = 230+157+128=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D80 is #19627F. Grayscale: #AFAFAF. Windows color (decimal): -1663616 or 8429030. OLE color: 8429030.

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

Color convert

RGB 230 157 128 -
CMYK 0 0.32 0.44 0.10
HSL 17.06º 0.67% 0.7% -
HSV(B) 17.06º 0.44% 0.9% -
XYZ 48.59 42.5 26.06 -
YUV 175.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 230 157 128 0 0.32 0.44 0.10 17.06 0.67 0.7
Hex E6 9D 80 0 20 2C A 11 43 46
Octal 346 235 200 0 40 54 12 21 103 106
Binary 11100110 10011101 10000000 0 100000 101100 1010 10001 1000011 1000110

Color Harmonies of #E69D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D80

Black with #E69D80

Text Example


Text Example

White with #E69D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D80; }

 p { color: rgb(230,157,128); }

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

background-color css

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

 a { background-color: rgb(230,157,128); }

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

border-color css

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

 span { border-color: rgb(230,157,128); }

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