#E88DCF

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

Shades of Tea Rose #E88DCF

Tints of Tea Rose #E88DCF

Color information

#E88DCF (or 0xE88DCF) is unknown color: approx Tea Rose. HEX triplet: E8, 8D and CF. RGB value is (232,141,207). Sum of RGB (Red+Green+Blue) = 232+141+207=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DCF is #177230. Grayscale: #AFAFAF. Windows color (decimal): -1536561 or 13602280. OLE color: 13602280.

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

Color convert

RGB232141207-
CMYK00.390.110.09
HSL316.48º66.42%73.14%-
HSV(B)316.48º39.22%90.98%-
XYZ54.0740.7164.04-
YUV175.73145.65168.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=40%
G=24.31%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214120700.390.110.09316.4866.4273.14
HexE88DCF027B913c4249
Octal3502153170471311474102111
Binary11101000100011011100111101001111011100110011110010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DCF; }

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

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

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

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

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

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

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

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