Html Css Color HEX #E29485 Tonys Pink

📋 copy color: '#E29485'

red 226 ◦ green 148 ◦ blue 133

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

Shades of Tonys Pink #E29485

Tints of Tonys Pink #E29485

RGB

 RED value IS 226 (88.67% from 255) = 44.58%

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

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

R = 44.58%
G = 29.19%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E29485 (or 0xE29485) is known color: Tonys Pink. HEX triplet: E2, 94 and 85. RGB value is (226,148,133). Sum of RGB (Red+Green+Blue) = 226+148+133=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29485 is #1D6B7A. Grayscale: #A9A9A9. Windows color (decimal): -1928059 or 8754402. OLE color: 8754402.

HSL color Cylindrical-coordinate representation of color #E29485: hue angle of 9.68º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E29485 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 133 -
CMYK 0 0.35 0.41 0.11
HSL 9.68º 0.62% 0.7% -
HSV(B) 9.68º 0.41% 0.89% -
XYZ 46.19 39.04 27.29 -
YUV 169.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 226 148 133 0 0.35 0.41 0.11 9.68 0.62 0.7
Hex E2 94 85 0 23 29 B A 3E 46
Octal 342 224 205 0 43 51 13 12 76 106
Binary 11100010 10010100 10000101 0 100011 101001 1011 1010 111110 1000110

Color Harmonies of #E29485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29485

Black with #E29485

Text Example


Text Example

White with #E29485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29485; }

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

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

background-color css

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

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

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

border-color css

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

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

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