#EE7EF9

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

Shades of Violet #EE7EF9

Tints of Violet #EE7EF9

Color information

#EE7EF9 (or 0xEE7EF9) is unknown color: approx Violet. HEX triplet: EE, 7E and F9. RGB value is (238,126,249). Sum of RGB (Red+Green+Blue) = 238+126+249=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 126 (49.61% from 255 or 20.55% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE7EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EF9 is #118106. Grayscale: #ADADAD. Windows color (decimal): -1147143 or 16350958. OLE color: 16350958.

HSL color Cylindrical-coordinate representation of color #EE7EF9: hue angle of 294.63º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7EF9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238126249-
CMYK0.040.4900.02
HSL294.63º91.11%73.53%-
HSV(B)294.63º49.4%97.65%-
XYZ59.8239.9494.18-
YUV173.51170.61174-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 126 (49.61% from 255) = 20.55%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=38.83%
G=20.55%
B=40.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381262490.040.4900.02294.6391.1173.53
HexEE7EF9431021275b4a
Octal35617637146102447133112
Binary1110111011111101111100110011000101010010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7EF9; }

 p { color: rgb(238,126,249); }

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

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

 a { background-color: rgb(238,126,249); }

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

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

 span { border-color: rgb(238,126,249); }

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