#E18DEA

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

Shades of Violet #E18DEA

Tints of Violet #E18DEA

Color information

#E18DEA (or 0xE18DEA) is unknown color: approx Violet. HEX triplet: E1, 8D and EA. RGB value is (225,141,234). Sum of RGB (Red+Green+Blue) = 225+141+234=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E18DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E18DEA is #1E7215. Grayscale: #B0B0B0. Windows color (decimal): -1995286 or 15371745. OLE color: 15371745.

HSL color Cylindrical-coordinate representation of color #E18DEA: hue angle of 294.19º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18DEA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225141234-
CMYK0.040.4000.08
HSL294.19º68.89%73.53%-
HSV(B)294.19º39.74%91.76%-
XYZ55.434182.83-
YUV176.72160.33162.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 23.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=37.5%
G=23.5%
B=39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251412340.040.4000.08294.1968.8973.53
HexE18DEA42808126454a
Octal341215352450010446105112
Binary1110000110001101111010101001010000100010010011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DEA; }

 p { color: rgb(225,141,234); }

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

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

 a { background-color: rgb(225,141,234); }

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

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

 span { border-color: rgb(225,141,234); }

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