Html Css Color HEX #E69A8E Tonys Pink

📋 copy color: '#E69A8E'

red 230 ◦ green 154 ◦ blue 142

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

Shades of Tonys Pink #E69A8E

Tints of Tonys Pink #E69A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.28%

 BLUE value IS 142 (55.86% from 255) = 27%

R = 43.73%
G = 29.28%
B = 27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E69A8E (or 0xE69A8E) is known color: Tonys Pink. HEX triplet: E6, 9A and 8E. RGB value is (230,154,142). Sum of RGB (Red+Green+Blue) = 230+154+142=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A8E is #196571. Grayscale: #AFAFAF. Windows color (decimal): -1664370 or 9345766. OLE color: 9345766.

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

Color convert

RGB 230 154 142 -
CMYK 0 0.33 0.38 0.10
HSL 8.18º 0.64% 0.73% -
HSV(B) 8.18º 0.38% 0.9% -
XYZ 49.07 41.89 31.09 -
YUV 175.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 230 154 142 0 0.33 0.38 0.10 8.18 0.64 0.73
Hex E6 9A 8E 0 21 26 A 8 40 49
Octal 346 232 216 0 41 46 12 10 100 111
Binary 11100110 10011010 10001110 0 100001 100110 1010 1000 1000000 1001001

Color Harmonies of #E69A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A8E

Black with #E69A8E

Text Example


Text Example

White with #E69A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A8E; }

 p { color: rgb(230,154,142); }

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

background-color css

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

 a { background-color: rgb(230,154,142); }

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

border-color css

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

 span { border-color: rgb(230,154,142); }

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