#EE7FF1

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

Shades of Violet #EE7FF1

Tints of Violet #EE7FF1

Color information

#EE7FF1 (or 0xEE7FF1) is unknown color: approx Violet. HEX triplet: EE, 7F and F1. RGB value is (238,127,241). Sum of RGB (Red+Green+Blue) = 238+127+241=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE7FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FF1 is #11800E. Grayscale: #ACACAC. Windows color (decimal): -1146895 or 15826926. OLE color: 15826926.

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

Color convert

RGB238127241-
CMYK0.010.4700.05
HSL298.42º80.28%72.16%-
HSV(B)298.42º47.3%94.51%-
XYZ58.7339.7187.79-
YUV173.18166.27174.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 127 (50% from 255) = 20.96%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=39.27%
G=20.96%
B=39.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381272410.010.4700.05298.4280.2872.16
HexEE7FF112F0512a5048
Octal35617736115705452120110
Binary111011101111111111100011101111010110010101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FF1; }

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

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

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

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

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

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

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

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