#e29283

Color #E29283 My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #E29283

Tints of My Pink #E29283

Color information

#E29283 (or 0xE29283) is unknown color: approx My Pink. HEX triplet: E2, 92 and 83. RGB value is (226,146,131). Sum of RGB (Red+Green+Blue) = 226+146+131=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E29283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29283 is #1D6D7C. Grayscale: #A8A8A8. Windows color (decimal): -1928573 or 8622818. OLE color: 8622818.

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

Color convert

RGB226146131-
CMYK00.350.420.11
HSL9.47º62.09%70%-
HSV(B)9.47º42.04%88.63%-
XYZ45.7438.3726.47-
YUV168.21107169.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=44.93%
G=29.03%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614613100.350.420.119.4762.0970
HexE292830232AB93e46
Octal34222220304352131176106
Binary1110001010010010100000110100011101010101110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29283; }

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

 H1.HeaderClassName
 {
   color: #e29283;
 }
 .AnyTagClassName
 {
   color: #e29283;
 }
</style>
background-color css

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

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

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

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

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

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