#EE8DEA

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

Shades of Violet #EE8DEA

Tints of Violet #EE8DEA

Color information

#EE8DEA (or 0xEE8DEA) is unknown color: approx Violet. HEX triplet: EE, 8D and EA. RGB value is (238,141,234). Sum of RGB (Red+Green+Blue) = 238+141+234=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DEA is #117215. Grayscale: #B4B4B4. Windows color (decimal): -1143318 or 15371758. OLE color: 15371758.

HSL color Cylindrical-coordinate representation of color #EE8DEA: hue angle of 302.47º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DEA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238141234-
CMYK00.410.020.07
HSL302.47º74.05%74.31%-
HSV(B)302.47º40.76%93.33%-
XYZ59.6443.1783.03-
YUV180.6158.14168.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 141 (55.47% from 255) = 23.00%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=38.83%
G=23.00%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814123400.410.020.07302.4774.0574.31
HexEE8DEA0292712e4a4a
Octal35621535205127456112112
Binary11101110100011011110101001010011011110010111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DEA; }

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

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

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

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

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

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

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

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