Html Css Color HEX #E69C81 Tonys Pink

📋 copy color: '#E69C81'

red 230 ◦ green 156 ◦ blue 129

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

Shades of Tonys Pink #E69C81

Tints of Tonys Pink #E69C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 44.66%
G = 30.29%
B = 25.05%

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

#E69C81 (or 0xE69C81) is known color: Tonys Pink. HEX triplet: E6, 9C and 81. RGB value is (230,156,129). Sum of RGB (Red+Green+Blue) = 230+156+129=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C81 is #19637E. Grayscale: #AFAFAF. Windows color (decimal): -1663871 or 8494310. OLE color: 8494310.

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

Color convert

RGB 230 156 129 -
CMYK 0 0.32 0.44 0.10
HSL 16.04º 0.67% 0.7% -
HSV(B) 16.04º 0.44% 0.9% -
XYZ 48.48 42.18 26.36 -
YUV 175.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 230 156 129 0 0.32 0.44 0.10 16.04 0.67 0.7
Hex E6 9C 81 0 20 2C A 10 43 46
Octal 346 234 201 0 40 54 12 20 103 106
Binary 11100110 10011100 10000001 0 100000 101100 1010 10000 1000011 1000110

Color Harmonies of #E69C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C81

Black with #E69C81

Text Example


Text Example

White with #E69C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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