Html Css Color HEX #E69D8C Tonys Pink

📋 copy color: '#E69D8C'

red 230 ◦ green 157 ◦ blue 140

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

Shades of Tonys Pink #E69D8C

Tints of Tonys Pink #E69D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 43.64%
G = 29.79%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E69D8C (or 0xE69D8C) is known color: Tonys Pink. HEX triplet: E6, 9D and 8C. RGB value is (230,157,140). Sum of RGB (Red+Green+Blue) = 230+157+140=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8C is #196273. Grayscale: #B1B1B1. Windows color (decimal): -1663604 or 9215462. OLE color: 9215462.

HSL color Cylindrical-coordinate representation of color #E69D8C: hue angle of 11.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E69D8C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 140 -
CMYK 0 0.32 0.39 0.10
HSL 11.33º 0.64% 0.73% -
HSV(B) 11.33º 0.39% 0.9% -
XYZ 49.42 42.83 30.47 -
YUV 176.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 230 157 140 0 0.32 0.39 0.10 11.33 0.64 0.73
Hex E6 9D 8C 0 20 27 A B 40 49
Octal 346 235 214 0 40 47 12 13 100 111
Binary 11100110 10011101 10001100 0 100000 100111 1010 1011 1000000 1001001

Color Harmonies of #E69D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D8C

Black with #E69D8C

Text Example


Text Example

White with #E69D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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