#E48DCF

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

Shades of Tea Rose #E48DCF

Tints of Tea Rose #E48DCF

Color information

#E48DCF (or 0xE48DCF) is unknown color: approx Tea Rose. HEX triplet: E4, 8D and CF. RGB value is (228,141,207). Sum of RGB (Red+Green+Blue) = 228+141+207=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DCF is #1B7230. Grayscale: #AEAEAE. Windows color (decimal): -1798705 or 13602276. OLE color: 13602276.

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

Color convert

RGB228141207-
CMYK00.380.090.11
HSL314.48º61.7%72.35%-
HSV(B)314.48º38.16%89.41%-
XYZ52.7840.0563.98-
YUV174.54146.32166.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.58%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=39.58%
G=24.48%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814120700.380.090.11314.4861.772.35
HexE48DCF0269B13a3e48
Octal344215317046111347276110
Binary1110010010001101110011110100110100110111001110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DCF; }

 p { color: rgb(228,141,207); }

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

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

 a { background-color: rgb(228,141,207); }

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

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

 span { border-color: rgb(228,141,207); }

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