#E48CCF

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

Shades of Tea Rose #E48CCF

Tints of Tea Rose #E48CCF

Color information

#E48CCF (or 0xE48CCF) is unknown color: approx Tea Rose. HEX triplet: E4, 8C and CF. RGB value is (228,140,207). Sum of RGB (Red+Green+Blue) = 228+140+207=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CCF is #1B7330. Grayscale: #ADADAD. Windows color (decimal): -1798961 or 13602020. OLE color: 13602020.

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

Color convert

RGB228140207-
CMYK00.390.090.11
HSL314.32º61.97%72.16%-
HSV(B)314.32º38.6%89.41%-
XYZ52.6439.7663.93-
YUV173.95146.65166.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.65%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 207 (81.25% from 255) = 36%
R=39.65%
G=24.35%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814020700.390.090.11314.3261.9772.16
HexE48CCF0279B13a3e48
Octal344214317047111347276110
Binary1110010010001100110011110100111100110111001110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CCF; }

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

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

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

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

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

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

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

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