Html Css Color HEX #E69A84 Tonys Pink

📋 copy color: '#E69A84'

red 230 ◦ green 154 ◦ blue 132

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

Shades of Tonys Pink #E69A84

Tints of Tonys Pink #E69A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.58%

R = 44.57%
G = 29.84%
B = 25.58%

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

#E69A84 (or 0xE69A84) is known color: Tonys Pink. HEX triplet: E6, 9A and 84. RGB value is (230,154,132). Sum of RGB (Red+Green+Blue) = 230+154+132=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A84 is #19657B. Grayscale: #AEAEAE. Windows color (decimal): -1664380 or 8690406. OLE color: 8690406.

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

Color convert

RGB 230 154 132 -
CMYK 0 0.33 0.43 0.10
HSL 13.47º 0.66% 0.71% -
HSV(B) 13.47º 0.43% 0.9% -
XYZ 48.35 41.6 27.31 -
YUV 174.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 230 154 132 0 0.33 0.43 0.10 13.47 0.66 0.71
Hex E6 9A 84 0 21 2B A D 42 47
Octal 346 232 204 0 41 53 12 15 102 107
Binary 11100110 10011010 10000100 0 100001 101011 1010 1101 1000010 1000111

Color Harmonies of #E69A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A84

Black with #E69A84

Text Example


Text Example

White with #E69A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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