#E68DCD

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

Shades of Tea Rose #E68DCD

Tints of Tea Rose #E68DCD

Color information

#E68DCD (or 0xE68DCD) is unknown color: approx Tea Rose. HEX triplet: E6, 8D and CD. RGB value is (230,141,205). Sum of RGB (Red+Green+Blue) = 230+141+205=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DCD is #197232. Grayscale: #AEAEAE. Windows color (decimal): -1667635 or 13471206. OLE color: 13471206.

HSL color Cylindrical-coordinate representation of color #E68DCD: hue angle of 316.85º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DCD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230141205-
CMYK00.390.110.10
HSL316.85º64.03%72.75%-
HSV(B)316.85º38.7%90.2%-
XYZ53.1840.2862.73-
YUV174.91144.99167.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.93%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=39.93%
G=24.48%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014120500.390.110.10316.8564.0372.75
HexE68DCD027BA13d4049
Octal3462153150471312475100111
Binary11100110100011011100110101001111011101010011110110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68DCD; }

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

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

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

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

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

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

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

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