Html Css Color HEX #E29483 Tonys Pink

📋 copy color: '#E29483'

red 226 ◦ green 148 ◦ blue 131

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

Shades of Tonys Pink #E29483

Tints of Tonys Pink #E29483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 44.75%
G = 29.31%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E29483 (or 0xE29483) is known color: Tonys Pink. HEX triplet: E2, 94 and 83. RGB value is (226,148,131). Sum of RGB (Red+Green+Blue) = 226+148+131=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29483 is #1D6B7C. Grayscale: #A9A9A9. Windows color (decimal): -1928061 or 8623330. OLE color: 8623330.

HSL color Cylindrical-coordinate representation of color #E29483: hue angle of 10.74º 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 #E29483 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 131 -
CMYK 0 0.35 0.42 0.11
HSL 10.74º 0.62% 0.7% -
HSV(B) 10.74º 0.42% 0.89% -
XYZ 46.05 38.99 26.57 -
YUV 169.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 226 148 131 0 0.35 0.42 0.11 10.74 0.62 0.7
Hex E2 94 83 0 23 2A B B 3E 46
Octal 342 224 203 0 43 52 13 13 76 106
Binary 11100010 10010100 10000011 0 100011 101010 1011 1011 111110 1000110

Color Harmonies of #E29483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29483

Black with #E29483

Text Example


Text Example

White with #E29483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29483; }

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

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

background-color css

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

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

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

border-color css

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

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

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