#E085DD

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

Shades of Violet #E085DD

Tints of Violet #E085DD

Color information

#E085DD (or 0xE085DD) is unknown color: approx Violet. HEX triplet: E0, 85 and DD. RGB value is (224,133,221). Sum of RGB (Red+Green+Blue) = 224+133+221=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DD is #1F7A22. Grayscale: #A9A9A9. Windows color (decimal): -2062883 or 14517728. OLE color: 14517728.

HSL color Cylindrical-coordinate representation of color #E085DD: hue angle of 301.98º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085DD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224133221-
CMYK00.410.010.12
HSL301.98º59.48%70%-
HSV(B)301.98º40.62%87.84%-
XYZ52.1837.8472.96-
YUV170.24156.65166.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 133 (52.34% from 255) = 23.01%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=38.75%
G=23.01%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413322100.410.010.12301.9859.4870
HexE085DD0291C12e3b46
Octal34020533505111445673106
Binary1110000010000101110111010101001111001001011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085DD; }

 p { color: rgb(224,133,221); }

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

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

 a { background-color: rgb(224,133,221); }

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

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

 span { border-color: rgb(224,133,221); }

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