Html Css Color HEX #E69D8B Tonys Pink

📋 copy color: '#E69D8B'

red 230 ◦ green 157 ◦ blue 139

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

Shades of Tonys Pink #E69D8B

Tints of Tonys Pink #E69D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.43%

R = 43.73%
G = 29.85%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E69D8B (or 0xE69D8B) is known color: Tonys Pink. HEX triplet: E6, 9D and 8B. RGB value is (230,157,139). Sum of RGB (Red+Green+Blue) = 230+157+139=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8B is #196274. Grayscale: #B0B0B0. Windows color (decimal): -1663605 or 9149926. OLE color: 9149926.

HSL color Cylindrical-coordinate representation of color #E69D8B: hue angle of 11.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E69D8B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 139 -
CMYK 0 0.32 0.40 0.10
HSL 11.87º 0.65% 0.72% -
HSV(B) 11.87º 0.4% 0.9% -
XYZ 49.35 42.8 30.09 -
YUV 176.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 230 157 139 0 0.32 0.40 0.10 11.87 0.65 0.72
Hex E6 9D 8B 0 20 28 A C 41 48
Octal 346 235 213 0 40 50 12 14 101 110
Binary 11100110 10011101 10001011 0 100000 101000 1010 1100 1000001 1001000

Color Harmonies of #E69D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D8B

Black with #E69D8B

Text Example


Text Example

White with #E69D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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