#E57DC5

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

Shades of Tea Rose #E57DC5

Tints of Tea Rose #E57DC5

Color information

#E57DC5 (or 0xE57DC5) is unknown color: approx Tea Rose. HEX triplet: E5, 7D and C5. RGB value is (229,125,197). Sum of RGB (Red+Green+Blue) = 229+125+197=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DC5 is #1A823A. Grayscale: #A4A4A4. Windows color (decimal): -1737275 or 12942821. OLE color: 12942821.

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

Color convert

RGB229125197-
CMYK00.450.140.10
HSL318.46º66.67%69.41%-
HSV(B)318.46º45.41%89.8%-
XYZ49.7235.3657.03-
YUV164.3146.46174.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.56%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=41.56%
G=22.69%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912519700.450.140.10318.4666.6769.41
HexE57DC502DEA13e4345
Octal3451753050551612476103105
Binary1110010111111011100010101011011110101010011111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DC5; }

 p { color: rgb(229,125,197); }

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

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

 a { background-color: rgb(229,125,197); }

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

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

 span { border-color: rgb(229,125,197); }

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