#EE8AFD

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

Shades of Violet #EE8AFD

Tints of Violet #EE8AFD

Color information

#EE8AFD (or 0xEE8AFD) is unknown color: approx Violet. HEX triplet: EE, 8A and FD. RGB value is (238,138,253). Sum of RGB (Red+Green+Blue) = 238+138+253=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AFD is #117502. Grayscale: #B4B4B4. Windows color (decimal): -1144067 or 16616174. OLE color: 16616174.

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

Color convert

RGB238138253-
CMYK0.060.4500.01
HSL292.17º96.64%76.67%-
HSV(B)292.17º45.45%99.22%-
XYZ62.0843.4598.04-
YUV181.01168.63168.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 138 (54.30% from 255) = 21.94%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=37.84%
G=21.94%
B=40.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381382530.060.4500.01292.1796.6476.67
HexEE8AFD62D01124614d
Octal35621237565501444141115
Binary1110111010001010111111011101011010110010010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AFD; }

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

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

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

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

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

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

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

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