#E48BCA

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

Shades of Tea Rose #E48BCA

Tints of Tea Rose #E48BCA

Color information

#E48BCA (or 0xE48BCA) is unknown color: approx Tea Rose. HEX triplet: E4, 8B and CA. RGB value is (228,139,202). Sum of RGB (Red+Green+Blue) = 228+139+202=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BCA is #1B7435. Grayscale: #ACACAC. Windows color (decimal): -1799222 or 13274084. OLE color: 13274084.

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

Color convert

RGB228139202-
CMYK00.390.110.11
HSL317.53º62.24%71.96%-
HSV(B)317.53º39.04%89.41%-
XYZ51.8939.2260.71-
YUV172.79144.49167.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.07%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=40.07%
G=24.43%
B=35.50%

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
Decimal22813920200.390.110.11317.5362.2471.96
HexE48BCA027BB13e3e48
Octal344213312047131347676110
Binary1110010010001011110010100100111101110111001111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BCA; }

 p { color: rgb(228,139,202); }

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

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

 a { background-color: rgb(228,139,202); }

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

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

 span { border-color: rgb(228,139,202); }

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