#E985FC

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

Shades of Violet #E985FC

Tints of Violet #E985FC

Color information

#E985FC (or 0xE985FC) is unknown color: approx Violet. HEX triplet: E9, 85 and FC. RGB value is (233,133,252). Sum of RGB (Red+Green+Blue) = 233+133+252=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #E985FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985FC is #167A03. Grayscale: #B0B0B0. Windows color (decimal): -1473028 or 16549353. OLE color: 16549353.

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

Color convert

RGB233133252-
CMYK0.080.4700.01
HSL290.42º95.2%75.49%-
HSV(B)290.42º47.22%98.82%-
XYZ59.5641.1396.89-
YUV176.47170.63168.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 133 (52.34% from 255) = 21.52%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=37.70%
G=21.52%
B=40.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331332520.080.4700.01290.4295.275.49
HexE985FC82F011225f4b
Octal351205374105701442137113
Binary11101001100001011111110010001011110110010001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985FC; }

 p { color: rgb(233,133,252); }

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

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

 a { background-color: rgb(233,133,252); }

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

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

 span { border-color: rgb(233,133,252); }

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