#E48ACC

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

Shades of Tea Rose #E48ACC

Tints of Tea Rose #E48ACC

Color information

#E48ACC (or 0xE48ACC) is unknown color: approx Tea Rose. HEX triplet: E4, 8A and CC. RGB value is (228,138,204). Sum of RGB (Red+Green+Blue) = 228+138+204=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ACC is #1B7533. Grayscale: #ACACAC. Windows color (decimal): -1799476 or 13404900. OLE color: 13404900.

HSL color Cylindrical-coordinate representation of color #E48ACC: hue angle of 316º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48ACC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228138204-
CMYK00.390.110.11
HSL316º62.5%71.76%-
HSV(B)316º39.47%89.41%-
XYZ51.9839.0361.92-
YUV172.43145.82167.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=40%
G=24.21%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813820400.390.110.1131662.571.76
HexE48ACC027BB13c3e48
Octal344212314047131347476110
Binary1110010010001010110011000100111101110111001111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48ACC; }

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

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

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

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

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

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

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

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