Html Css Color HEX #E29982 Tonys Pink

📋 copy color: '#E29982'

red 226 ◦ green 153 ◦ blue 130

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

Shades of Tonys Pink #E29982

Tints of Tonys Pink #E29982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 130 (51.17% from 255) = 25.54%

R = 44.4%
G = 30.06%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E29982 (or 0xE29982) is known color: Tonys Pink. HEX triplet: E2, 99 and 82. RGB value is (226,153,130). Sum of RGB (Red+Green+Blue) = 226+153+130=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E29982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29982 is #1D667D. Grayscale: #ACACAC. Windows color (decimal): -1926782 or 8559074. OLE color: 8559074.

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

Color convert

RGB 226 153 130 -
CMYK 0 0.32 0.42 0.11
HSL 14.38º 0.62% 0.7% -
HSV(B) 14.38º 0.42% 0.89% -
XYZ 46.78 40.56 26.48 -
YUV 172.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 226 153 130 0 0.32 0.42 0.11 14.38 0.62 0.7
Hex E2 99 82 0 20 2A B E 3E 46
Octal 342 231 202 0 40 52 13 16 76 106
Binary 11100010 10011001 10000010 0 100000 101010 1011 1110 111110 1000110

Color Harmonies of #E29982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29982

Black with #E29982

Text Example


Text Example

White with #E29982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29982; }

 p { color: rgb(226,153,130); }

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

background-color css

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

 a { background-color: rgb(226,153,130); }

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

border-color css

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

 span { border-color: rgb(226,153,130); }

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