#E29284

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

Shades of My Pink #E29284

Tints of My Pink #E29284

Color information

#E29284 (or 0xE29284) is unknown color: approx My Pink. HEX triplet: E2, 92 and 84. RGB value is (226,146,132). Sum of RGB (Red+Green+Blue) = 226+146+132=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E29284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29284 is #1D6D7B. Grayscale: #A8A8A8. Windows color (decimal): -1928572 or 8688354. OLE color: 8688354.

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

Color convert

RGB226146132-
CMYK00.350.420.11
HSL8.94º61.84%70.2%-
HSV(B)8.94º41.59%88.63%-
XYZ45.8138.3926.83-
YUV168.32107.5169.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=44.84%
G=28.97%
B=26.19%

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
Decimal22614613200.350.420.118.9461.8470.2
HexE292840232AB93e46
Octal34222220404352131176106
Binary1110001010010010100001000100011101010101110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29284; }

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

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

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

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

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

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

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

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