#EE92F1

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

Shades of Violet #EE92F1

Tints of Violet #EE92F1

Color information

#EE92F1 (or 0xEE92F1) is unknown color: approx Violet. HEX triplet: EE, 92 and F1. RGB value is (238,146,241). Sum of RGB (Red+Green+Blue) = 238+146+241=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE92F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE92F1 is #116D0E. Grayscale: #B8B8B8. Windows color (decimal): -1142031 or 15831790. OLE color: 15831790.

HSL color Cylindrical-coordinate representation of color #EE92F1: hue angle of 298.11º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92F1 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238146241-
CMYK0.010.3900.05
HSL298.11º77.24%75.88%-
HSV(B)298.11º39.42%94.51%-
XYZ61.4245.0988.68-
YUV184.34159.98166.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 146 (57.42% from 255) = 23.36%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=38.08%
G=23.36%
B=38.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381462410.010.3900.05298.1177.2475.88
HexEE92F11270512a4d4c
Octal35622236114705452115114
Binary1110111010010010111100011100111010110010101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE92F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE92F1; }

 p { color: rgb(238,146,241); }

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

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

 a { background-color: rgb(238,146,241); }

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

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

 span { border-color: rgb(238,146,241); }

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