#E88BCA

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

Shades of Tea Rose #E88BCA

Tints of Tea Rose #E88BCA

Color information

#E88BCA (or 0xE88BCA) is unknown color: approx Tea Rose. HEX triplet: E8, 8B and CA. RGB value is (232,139,202). Sum of RGB (Red+Green+Blue) = 232+139+202=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88BCA is #177435. Grayscale: #ADADAD. Windows color (decimal): -1537078 or 13274088. OLE color: 13274088.

HSL color Cylindrical-coordinate representation of color #E88BCA: hue angle of 319.35º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BCA is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232139202-
CMYK00.400.130.09
HSL319.35º66.91%72.75%-
HSV(B)319.35º40.09%90.98%-
XYZ53.1739.8960.77-
YUV173.99143.81169.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=40.49%
G=24.26%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213920200.400.130.09319.3566.9172.75
HexE88BCA028D913f4349
Octal3502133120501511477103111
Binary11101000100010111100101001010001101100110011111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88BCA; }

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

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

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

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

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

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

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

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