#E113FF

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

Shades of Psychedelic Purple #E113FF

Tints of Psychedelic Purple #E113FF

Color information

#E113FF (or 0xE113FF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 13 and FF. RGB value is (225,19,255). Sum of RGB (Red+Green+Blue) = 225+19+255=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E113FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113FF is #1EEC00. Grayscale: #6A6A6A. Windows color (decimal): -2026497 or 16716769. OLE color: 16716769.

HSL color Cylindrical-coordinate representation of color #E113FF: hue angle of 292.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E113FF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22519255-
CMYK0.120.9300
HSL292.37º100%53.73%-
HSV(B)292.37º92.55%100%-
XYZ49.3323.6996.58-
YUV107.5211.25211.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 19 (7.81% from 255) = 3.81%
BLUE value IS 255 (100% from 255) = 51.10%
R=45.09%
G=3.81%
B=51.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225192550.120.9300292.3710053.73
HexE113FFC5D001246436
Octal34123377141350044414466
Binary11100001100111111111111001011101001001001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E113FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E113FF; }

 p { color: rgb(225,19,255); }

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

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

 a { background-color: rgb(225,19,255); }

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

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

 span { border-color: rgb(225,19,255); }

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