#E17FEF

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

Shades of Violet #E17FEF

Tints of Violet #E17FEF

Color information

#E17FEF (or 0xE17FEF) is unknown color: approx Violet. HEX triplet: E1, 7F and EF. RGB value is (225,127,239). Sum of RGB (Red+Green+Blue) = 225+127+239=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #E17FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17FEF is #1E8010. Grayscale: #A8A8A8. Windows color (decimal): -1998865 or 15695841. OLE color: 15695841.

HSL color Cylindrical-coordinate representation of color #E17FEF: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17FEF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225127239-
CMYK0.060.4700.06
HSL292.5º77.78%71.76%-
HSV(B)292.5º46.86%93.73%-
XYZ54.2237.4286.03-
YUV169.07167.47167.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 127 (50% from 255) = 21.49%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=38.07%
G=21.49%
B=40.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251272390.060.4700.06292.577.7871.76
HexE17FEF62F061244e48
Octal34117735765706444116110
Binary11100001111111111101111110101111011010010010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FEF; }

 p { color: rgb(225,127,239); }

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

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

 a { background-color: rgb(225,127,239); }

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

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

 span { border-color: rgb(225,127,239); }

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