#E48BCB

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

Shades of Tea Rose #E48BCB

Tints of Tea Rose #E48BCB

Color information

#E48BCB (or 0xE48BCB) is unknown color: approx Tea Rose. HEX triplet: E4, 8B and CB. RGB value is (228,139,203). Sum of RGB (Red+Green+Blue) = 228+139+203=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BCB is #1B7434. Grayscale: #ACACAC. Windows color (decimal): -1799221 or 13339620. OLE color: 13339620.

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

Color convert

RGB228139203-
CMYK00.390.110.11
HSL316.85º62.24%71.96%-
HSV(B)316.85º39.04%89.41%-
XYZ52.0139.2761.34-
YUV172.91144.99167.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=40%
G=24.39%
B=35.61%

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
Decimal22813920300.390.110.11316.8562.2471.96
HexE48BCB027BB13d3e48
Octal344213313047131347576110
Binary1110010010001011110010110100111101110111001111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BCB; }

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

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

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

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

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

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

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

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