#EE8DEB

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

Shades of Violet #EE8DEB

Tints of Violet #EE8DEB

Color information

#EE8DEB (or 0xEE8DEB) is unknown color: approx Violet. HEX triplet: EE, 8D and EB. RGB value is (238,141,235). Sum of RGB (Red+Green+Blue) = 238+141+235=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DEB is #117214. Grayscale: #B4B4B4. Windows color (decimal): -1143317 or 15437294. OLE color: 15437294.

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

Color convert

RGB238141235-
CMYK00.410.010.07
HSL301.86º74.05%74.31%-
HSV(B)301.86º40.76%93.33%-
XYZ59.7843.2383.79-
YUV180.72158.64168.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=38.76%
G=22.96%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814123500.410.010.07301.8674.0574.31
HexEE8DEB0291712e4a4a
Octal35621535305117456112112
Binary1110111010001101111010110101001111110010111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DEB; }

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

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

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

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

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

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

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

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