#E88DCD

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

Shades of Tea Rose #E88DCD

Tints of Tea Rose #E88DCD

Color information

#E88DCD (or 0xE88DCD) is unknown color: approx Tea Rose. HEX triplet: E8, 8D and CD. RGB value is (232,141,205). Sum of RGB (Red+Green+Blue) = 232+141+205=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DCD is #177232. Grayscale: #AFAFAF. Windows color (decimal): -1536563 or 13471208. OLE color: 13471208.

HSL color Cylindrical-coordinate representation of color #E88DCD: hue angle of 317.8º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DCD is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232141205-
CMYK00.390.120.09
HSL317.8º66.42%73.14%-
HSV(B)317.8º39.22%90.98%-
XYZ53.8240.6162.76-
YUV175.5144.65168.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.14%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=40.14%
G=24.39%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214120500.390.120.09317.866.4273.14
HexE88DCD027C913e4249
Octal3502153150471411476102111
Binary11101000100011011100110101001111100100110011111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DCD; }

 p { color: rgb(232,141,205); }

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

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

 a { background-color: rgb(232,141,205); }

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

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

 span { border-color: rgb(232,141,205); }

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