Html Css Color HEX #E69A8B Tonys Pink

📋 copy color: '#E69A8B'

red 230 ◦ green 154 ◦ blue 139

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

Shades of Tonys Pink #E69A8B

Tints of Tonys Pink #E69A8B

RGB

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

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

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

R = 43.98%
G = 29.45%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E69A8B (or 0xE69A8B) is known color: Tonys Pink. HEX triplet: E6, 9A and 8B. RGB value is (230,154,139). Sum of RGB (Red+Green+Blue) = 230+154+139=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A8B is #196574. Grayscale: #AFAFAF. Windows color (decimal): -1664373 or 9149158. OLE color: 9149158.

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

Color convert

RGB 230 154 139 -
CMYK 0 0.33 0.40 0.10
HSL 9.89º 0.65% 0.72% -
HSV(B) 9.89º 0.4% 0.9% -
XYZ 48.85 41.8 29.92 -
YUV 175.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 230 154 139 0 0.33 0.40 0.10 9.89 0.65 0.72
Hex E6 9A 8B 0 21 28 A A 41 48
Octal 346 232 213 0 41 50 12 12 101 110
Binary 11100110 10011010 10001011 0 100001 101000 1010 1010 1000001 1001000

Color Harmonies of #E69A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A8B

Black with #E69A8B

Text Example


Text Example

White with #E69A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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