Html Css Color HEX #E69C85 Tonys Pink

📋 copy color: '#E69C85'

red 230 ◦ green 156 ◦ blue 133

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

Shades of Tonys Pink #E69C85

Tints of Tonys Pink #E69C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 44.32%
G = 30.06%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E69C85 (or 0xE69C85) is known color: Tonys Pink. HEX triplet: E6, 9C and 85. RGB value is (230,156,133). Sum of RGB (Red+Green+Blue) = 230+156+133=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C85 is #19637A. Grayscale: #AFAFAF. Windows color (decimal): -1663867 or 8756454. OLE color: 8756454.

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

Color convert

RGB 230 156 133 -
CMYK 0 0.32 0.42 0.10
HSL 14.23º 0.66% 0.71% -
HSV(B) 14.23º 0.42% 0.9% -
XYZ 48.76 42.29 27.78 -
YUV 175.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 230 156 133 0 0.32 0.42 0.10 14.23 0.66 0.71
Hex E6 9C 85 0 20 2A A E 42 47
Octal 346 234 205 0 40 52 12 16 102 107
Binary 11100110 10011100 10000101 0 100000 101010 1010 1110 1000010 1000111

Color Harmonies of #E69C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C85

Black with #E69C85

Text Example


Text Example

White with #E69C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C85; }

 p { color: rgb(230,156,133); }

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

background-color css

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

 a { background-color: rgb(230,156,133); }

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

border-color css

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

 span { border-color: rgb(230,156,133); }

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