#E488CC

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

Shades of Tea Rose #E488CC

Tints of Tea Rose #E488CC

Color information

#E488CC (or 0xE488CC) is unknown color: approx Tea Rose. HEX triplet: E4, 88 and CC. RGB value is (228,136,204). Sum of RGB (Red+Green+Blue) = 228+136+204=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E488CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488CC is #1B7733. Grayscale: #ABABAB. Windows color (decimal): -1799988 or 13404388. OLE color: 13404388.

HSL color Cylindrical-coordinate representation of color #E488CC: hue angle of 315.65º 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 #E488CC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228136204-
CMYK00.400.110.11
HSL315.65º63.01%71.37%-
HSV(B)315.65º40.35%89.41%-
XYZ51.738.4661.83-
YUV171.26146.48168.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.14%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=40.14%
G=23.94%
B=35.92%

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
Decimal22813620400.400.110.11315.6563.0171.37
HexE488CC028BB13c3f47
Octal344210314050131347477107
Binary1110010010001000110011000101000101110111001111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E488CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E488CC; }

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

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

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

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

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

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

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

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