#E580C3

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

Shades of Tea Rose #E580C3

Tints of Tea Rose #E580C3

Color information

#E580C3 (or 0xE580C3) is unknown color: approx Tea Rose. HEX triplet: E5, 80 and C3. RGB value is (229,128,195). Sum of RGB (Red+Green+Blue) = 229+128+195=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E580C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580C3 is #1A7F3C. Grayscale: #A5A5A5. Windows color (decimal): -1736509 or 12812517. OLE color: 12812517.

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

Color convert

RGB229128195-
CMYK00.440.150.10
HSL320.2º66.01%70%-
HSV(B)320.2º44.1%89.8%-
XYZ49.8836.0455.96-
YUV165.84144.46173.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=41.49%
G=23.19%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912819500.440.150.10320.266.0170
HexE580C302CFA1404246
Octal3452003030541712500102106
Binary11100101100000001100001101011001111101010100000010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580C3; }

 p { color: rgb(229,128,195); }

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

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

 a { background-color: rgb(229,128,195); }

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

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

 span { border-color: rgb(229,128,195); }

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