#EE7FFC

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

Shades of Violet #EE7FFC

Tints of Violet #EE7FFC

Color information

#EE7FFC (or 0xEE7FFC) is unknown color: approx Violet. HEX triplet: EE, 7F and FC. RGB value is (238,127,252). Sum of RGB (Red+Green+Blue) = 238+127+252=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FFC is #118003. Grayscale: #AEAEAE. Windows color (decimal): -1146884 or 16547822. OLE color: 16547822.

HSL color Cylindrical-coordinate representation of color #EE7FFC: hue angle of 293.28º 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 #EE7FFC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238127252-
CMYK0.060.5000.01
HSL293.28º95.42%74.31%-
HSV(B)293.28º49.6%98.82%-
XYZ60.4240.3896.71-
YUV174.44171.77173.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 127 (50% from 255) = 20.58%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=38.57%
G=20.58%
B=40.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381272520.060.5000.01293.2895.4274.31
HexEE7FFC632011255f4a
Octal35617737466201445137112
Binary111011101111111111111001101100100110010010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FFC; }

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

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

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

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

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

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

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

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