Html Css Color HEX #E09485 Tonys Pink

📋 copy color: '#E09485'

red 224 ◦ green 148 ◦ blue 133

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

Shades of Tonys Pink #E09485

Tints of Tonys Pink #E09485

RGB

 RED value IS 224 (87.89% from 255) = 44.36%

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 44.36%
G = 29.31%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E09485 (or 0xE09485) is known color: Tonys Pink. HEX triplet: E0, 94 and 85. RGB value is (224,148,133). Sum of RGB (Red+Green+Blue) = 224+148+133=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E09485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09485 is #1F6B7A. Grayscale: #A9A9A9. Windows color (decimal): -2059131 or 8754400. OLE color: 8754400.

HSL color Cylindrical-coordinate representation of color #E09485: hue angle of 9.89º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E09485 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 133 -
CMYK 0 0.34 0.41 0.12
HSL 9.89º 0.59% 0.7% -
HSV(B) 9.89º 0.41% 0.88% -
XYZ 45.56 38.72 27.26 -
YUV 169.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 224 148 133 0 0.34 0.41 0.12 9.89 0.59 0.7
Hex E0 94 85 0 22 29 C A 3B 46
Octal 340 224 205 0 42 51 14 12 73 106
Binary 11100000 10010100 10000101 0 100010 101001 1100 1010 111011 1000110

Color Harmonies of #E09485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09485

Black with #E09485

Text Example


Text Example

White with #E09485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09485; }

 p { color: rgb(224,148,133); }

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

background-color css

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

 a { background-color: rgb(224,148,133); }

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

border-color css

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

 span { border-color: rgb(224,148,133); }

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