Html Css Color HEX #E69484 Tonys Pink

📋 copy color: '#E69484'

red 230 ◦ green 148 ◦ blue 132

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

Shades of Tonys Pink #E69484

Tints of Tonys Pink #E69484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

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

R = 45.1%
G = 29.02%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69484 (or 0xE69484) is known color: Tonys Pink. HEX triplet: E6, 94 and 84. RGB value is (230,148,132). Sum of RGB (Red+Green+Blue) = 230+148+132=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E69484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69484 is #196B7B. Grayscale: #AAAAAA. Windows color (decimal): -1665916 or 8688870. OLE color: 8688870.

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

Color convert

RGB 230 148 132 -
CMYK 0 0.36 0.43 0.10
HSL 9.8º 0.66% 0.71% -
HSV(B) 9.8º 0.43% 0.9% -
XYZ 47.39 39.67 26.99 -
YUV 170.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 230 148 132 0 0.36 0.43 0.10 9.8 0.66 0.71
Hex E6 94 84 0 24 2B A A 42 47
Octal 346 224 204 0 44 53 12 12 102 107
Binary 11100110 10010100 10000100 0 100100 101011 1010 1010 1000010 1000111

Color Harmonies of #E69484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69484

Black with #E69484

Text Example


Text Example

White with #E69484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69484; }

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

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

background-color css

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

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

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

border-color css

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

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

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