#E57ECA

Color #E57ECA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E57ECA

Tints of Tea Rose #E57ECA

Color information

#E57ECA (or 0xE57ECA) is unknown color: approx Tea Rose. HEX triplet: E5, 7E and CA. RGB value is (229,126,202). Sum of RGB (Red+Green+Blue) = 229+126+202=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ECA is #1A8135. Grayscale: #A5A5A5. Windows color (decimal): -1737014 or 13270757. OLE color: 13270757.

HSL color Cylindrical-coordinate representation of color #E57ECA: hue angle of 315.73º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57ECA is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229126202-
CMYK00.450.120.10
HSL315.73º66.45%69.61%-
HSV(B)315.73º44.98%89.8%-
XYZ50.4335.8460.14-
YUV165.46148.62173.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 126 (49.61% from 255) = 22.62%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=41.11%
G=22.62%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912620200.450.120.10315.7366.4569.61
HexE57ECA02DCA13c4246
Octal3451763120551412474102106
Binary1110010111111101100101001011011100101010011110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57ECA; }

 p { color: rgb(229,126,202); }

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

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

 a { background-color: rgb(229,126,202); }

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

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

 span { border-color: rgb(229,126,202); }

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