#E57DC6

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

Shades of Tea Rose #E57DC6

Tints of Tea Rose #E57DC6

Color information

#E57DC6 (or 0xE57DC6) is unknown color: approx Tea Rose. HEX triplet: E5, 7D and C6. RGB value is (229,125,198). Sum of RGB (Red+Green+Blue) = 229+125+198=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DC6 is #1A8239. Grayscale: #A4A4A4. Windows color (decimal): -1737274 or 13008357. OLE color: 13008357.

HSL color Cylindrical-coordinate representation of color #E57DC6: hue angle of 317.88º 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 #E57DC6 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229125198-
CMYK00.450.140.10
HSL317.88º66.67%69.41%-
HSV(B)317.88º45.41%89.8%-
XYZ49.8435.457.63-
YUV164.42146.96174.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=41.49%
G=22.64%
B=35.87%

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
Decimal22912519800.450.140.10317.8866.6769.41
HexE57DC602DEA13e4345
Octal3451753060551612476103105
Binary1110010111111011100011001011011110101010011111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DC6; }

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

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

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

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

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

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

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

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