#EE8DE8

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

Shades of Violet #EE8DE8

Tints of Violet #EE8DE8

Color information

#EE8DE8 (or 0xEE8DE8) is unknown color: approx Violet. HEX triplet: EE, 8D and E8. RGB value is (238,141,232). Sum of RGB (Red+Green+Blue) = 238+141+232=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DE8 is #117217. Grayscale: #B4B4B4. Windows color (decimal): -1143320 or 15240686. OLE color: 15240686.

HSL color Cylindrical-coordinate representation of color #EE8DE8: hue angle of 303.71º 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 #EE8DE8 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238141232-
CMYK00.410.030.07
HSL303.71º74.05%74.31%-
HSV(B)303.71º40.76%93.33%-
XYZ59.3543.0581.53-
YUV180.38157.14169.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=38.95%
G=23.08%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814123200.410.030.07303.7174.0574.31
HexEE8DE8029371304a4a
Octal35621535005137460112112
Binary11101110100011011110100001010011111110011000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DE8; }

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

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

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

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

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

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

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

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