#EE7EFC

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

Shades of Violet #EE7EFC

Tints of Violet #EE7EFC

Color information

#EE7EFC (or 0xEE7EFC) is unknown color: approx Violet. HEX triplet: EE, 7E and FC. RGB value is (238,126,252). Sum of RGB (Red+Green+Blue) = 238+126+252=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 126 (49.61% from 255 or 20.45% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EFC is #118103. Grayscale: #ADADAD. Windows color (decimal): -1147140 or 16547566. OLE color: 16547566.

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

Color convert

RGB238126252-
CMYK0.060.500.01
HSL293.33º95.45%74.12%-
HSV(B)293.33º50%98.82%-
XYZ60.2940.1396.66-
YUV173.85172.11173.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 126 (49.61% from 255) = 20.45%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=38.64%
G=20.45%
B=40.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381262520.060.500.01293.3395.4574.12
HexEE7EFC632011255f4a
Octal35617637466201445137112
Binary111011101111110111111001101100100110010010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7EFC; }

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

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

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

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

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

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

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

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