Html Css Color HEX #E69A83 Tonys Pink

📋 copy color: '#E69A83'

red 230 ◦ green 154 ◦ blue 131

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

Shades of Tonys Pink #E69A83

Tints of Tonys Pink #E69A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.44%

R = 44.66%
G = 29.9%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69A83 (or 0xE69A83) is known color: Tonys Pink. HEX triplet: E6, 9A and 83. RGB value is (230,154,131). Sum of RGB (Red+Green+Blue) = 230+154+131=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A83 is #19657C. Grayscale: #AEAEAE. Windows color (decimal): -1664381 or 8624870. OLE color: 8624870.

HSL color Cylindrical-coordinate representation of color #E69A83: hue angle of 13.94º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69A83 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 154 131 -
CMYK 0 0.33 0.43 0.10
HSL 13.94º 0.66% 0.71% -
HSV(B) 13.94º 0.43% 0.9% -
XYZ 48.29 41.57 26.95 -
YUV 174.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 230 154 131 0 0.33 0.43 0.10 13.94 0.66 0.71
Hex E6 9A 83 0 21 2B A E 42 47
Octal 346 232 203 0 41 53 12 16 102 107
Binary 11100110 10011010 10000011 0 100001 101011 1010 1110 1000010 1000111

Color Harmonies of #E69A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A83

Black with #E69A83

Text Example


Text Example

White with #E69A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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