#E48CCE

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

Shades of Tea Rose #E48CCE

Tints of Tea Rose #E48CCE

Color information

#E48CCE (or 0xE48CCE) is unknown color: approx Tea Rose. HEX triplet: E4, 8C and CE. RGB value is (228,140,206). Sum of RGB (Red+Green+Blue) = 228+140+206=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CCE is #1B7331. Grayscale: #ADADAD. Windows color (decimal): -1798962 or 13536484. OLE color: 13536484.

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

Color convert

RGB228140206-
CMYK00.390.100.11
HSL315º61.97%72.16%-
HSV(B)315º38.6%89.41%-
XYZ52.5139.7163.29-
YUV173.84146.15166.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=39.72%
G=24.39%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814020600.390.100.1131561.9772.16
HexE48CCE027AB13b3e48
Octal344214316047121347376110
Binary1110010010001100110011100100111101010111001110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CCE; }

 p { color: rgb(228,140,206); }

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

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

 a { background-color: rgb(228,140,206); }

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

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

 span { border-color: rgb(228,140,206); }

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