Html Css Color HEX #E69D8F Tonys Pink

📋 copy color: '#E69D8F'

red 230 ◦ green 157 ◦ blue 143

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

Shades of Tonys Pink #E69D8F

Tints of Tonys Pink #E69D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.98%

R = 43.4%
G = 29.62%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E69D8F (or 0xE69D8F) is known color: Tonys Pink. HEX triplet: E6, 9D and 8F. RGB value is (230,157,143). Sum of RGB (Red+Green+Blue) = 230+157+143=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8F is #196270. Grayscale: #B1B1B1. Windows color (decimal): -1663601 or 9412070. OLE color: 9412070.

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

Color convert

RGB 230 157 143 -
CMYK 0 0.32 0.38 0.10
HSL 9.66º 0.64% 0.73% -
HSV(B) 9.66º 0.38% 0.9% -
XYZ 49.65 42.92 31.65 -
YUV 177.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 230 157 143 0 0.32 0.38 0.10 9.66 0.64 0.73
Hex E6 9D 8F 0 20 26 A A 40 49
Octal 346 235 217 0 40 46 12 12 100 111
Binary 11100110 10011101 10001111 0 100000 100110 1010 1010 1000000 1001001

Color Harmonies of #E69D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D8F

Black with #E69D8F

Text Example


Text Example

White with #E69D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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