#EE85FE

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

Shades of Violet #EE85FE

Tints of Violet #EE85FE

Color information

#EE85FE (or 0xEE85FE) is unknown color: approx Violet. HEX triplet: EE, 85 and FE. RGB value is (238,133,254). Sum of RGB (Red+Green+Blue) = 238+133+254=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FE is #117A01. Grayscale: #B1B1B1. Windows color (decimal): -1145346 or 16680430. OLE color: 16680430.

HSL color Cylindrical-coordinate representation of color #EE85FE: hue angle of 292.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE85FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238133254-
CMYK0.060.4800.00
HSL292.07º98.37%75.88%-
HSV(B)292.07º47.64%99.61%-
XYZ61.5442.1198.65-
YUV178.19170.79170.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 133 (52.34% from 255) = 21.28%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=38.08%
G=21.28%
B=40.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381332540.060.4800.00292.0798.3775.88
HexEE85FE63000124624c
Octal35620537666000444142114
Binary1110111010000101111111101101100000010010010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85FE; }

 p { color: rgb(238,133,254); }

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

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

 a { background-color: rgb(238,133,254); }

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

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

 span { border-color: rgb(238,133,254); }

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