Html Css Color HEX #E69884 Tonys Pink

📋 copy color: '#E69884'

red 230 ◦ green 152 ◦ blue 132

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

Shades of Tonys Pink #E69884

Tints of Tonys Pink #E69884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

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

R = 44.75%
G = 29.57%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69884 (or 0xE69884) is known color: Tonys Pink. HEX triplet: E6, 98 and 84. RGB value is (230,152,132). Sum of RGB (Red+Green+Blue) = 230+152+132=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E69884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69884 is #19677B. Grayscale: #ADADAD. Windows color (decimal): -1664892 or 8689894. OLE color: 8689894.

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

Color convert

RGB 230 152 132 -
CMYK 0 0.34 0.43 0.10
HSL 12.24º 0.66% 0.71% -
HSV(B) 12.24º 0.43% 0.9% -
XYZ 48.03 40.95 27.2 -
YUV 173.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 230 152 132 0 0.34 0.43 0.10 12.24 0.66 0.71
Hex E6 98 84 0 22 2B A C 42 47
Octal 346 230 204 0 42 53 12 14 102 107
Binary 11100110 10011000 10000100 0 100010 101011 1010 1100 1000010 1000111

Color Harmonies of #E69884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69884

Black with #E69884

Text Example


Text Example

White with #E69884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69884; }

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

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

background-color css

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

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

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

border-color css

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

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

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