#EE75F9

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

Shades of Violet #EE75F9

Tints of Violet #EE75F9

Color information

#EE75F9 (or 0xEE75F9) is unknown color: approx Violet. HEX triplet: EE, 75 and F9. RGB value is (238,117,249). Sum of RGB (Red+Green+Blue) = 238+117+249=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE75F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75F9 is #118A06. Grayscale: #A7A7A7. Windows color (decimal): -1149447 or 16348654. OLE color: 16348654.

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

Color convert

RGB238117249-
CMYK0.040.5300.02
HSL295º91.67%71.76%-
HSV(B)295º53.01%97.65%-
XYZ58.7237.7493.81-
YUV168.23173.59177.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 117 (46.09% from 255) = 19.37%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=39.40%
G=19.37%
B=41.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381172490.040.5300.0229591.6771.76
HexEE75F9435021275c48
Octal35616537146502447134110
Binary1110111011101011111100110011010101010010011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE75F9; }

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

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

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

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

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

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

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

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