#EE8EFD

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

Shades of Violet #EE8EFD

Tints of Violet #EE8EFD

Color information

#EE8EFD (or 0xEE8EFD) is unknown color: approx Violet. HEX triplet: EE, 8E and FD. RGB value is (238,142,253). Sum of RGB (Red+Green+Blue) = 238+142+253=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 142 (55.86% from 255 or 22.43% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EFD is #117102. Grayscale: #B7B7B7. Windows color (decimal): -1143043 or 16617198. OLE color: 16617198.

HSL color Cylindrical-coordinate representation of color #EE8EFD: hue angle of 291.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8EFD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238142253-
CMYK0.060.4400.01
HSL291.89º96.52%77.45%-
HSV(B)291.89º43.87%99.22%-
XYZ62.6644.6198.24-
YUV183.36167.3166.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 142 (55.86% from 255) = 22.43%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=37.60%
G=22.43%
B=39.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381422530.060.4400.01291.8996.5277.45
HexEE8EFD62C01124614d
Octal35621637565401444141115
Binary1110111010001110111111011101011000110010010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8EFD; }

 p { color: rgb(238,142,253); }

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

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

 a { background-color: rgb(238,142,253); }

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

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

 span { border-color: rgb(238,142,253); }

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