#E488CB

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

Shades of Tea Rose #E488CB

Tints of Tea Rose #E488CB

Color information

#E488CB (or 0xE488CB) is unknown color: approx Tea Rose. HEX triplet: E4, 88 and CB. RGB value is (228,136,203). Sum of RGB (Red+Green+Blue) = 228+136+203=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E488CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488CB is #1B7734. Grayscale: #AAAAAA. Windows color (decimal): -1799989 or 13338852. OLE color: 13338852.

HSL color Cylindrical-coordinate representation of color #E488CB: hue angle of 316.3º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488CB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228136203-
CMYK00.400.110.11
HSL316.3º63.01%71.37%-
HSV(B)316.3º40.35%89.41%-
XYZ51.5838.4161.2-
YUV171.15145.98168.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=40.21%
G=23.99%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813620300.400.110.11316.363.0171.37
HexE488CB028BB13c3f47
Octal344210313050131347477107
Binary1110010010001000110010110101000101110111001111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E488CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E488CB; }

 p { color: rgb(228,136,203); }

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

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

 a { background-color: rgb(228,136,203); }

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

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

 span { border-color: rgb(228,136,203); }

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