#E113F8

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

Shades of Psychedelic Purple #E113F8

Tints of Psychedelic Purple #E113F8

Color information

#E113F8 (or 0xE113F8) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 13 and F8. RGB value is (225,19,248). Sum of RGB (Red+Green+Blue) = 225+19+248=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #E113F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113F8 is #1EEC07. Grayscale: #696969. Windows color (decimal): -2026504 or 16258017. OLE color: 16258017.

HSL color Cylindrical-coordinate representation of color #E113F8: hue angle of 293.97º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113F8 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22519248-
CMYK0.090.9200.03
HSL293.97º94.24%52.35%-
HSV(B)293.97º92.34%97.25%-
XYZ48.2323.2590.75-
YUV106.7207.75212.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 19 (7.81% from 255) = 3.86%
BLUE value IS 248 (97.27% from 255) = 50.41%
R=45.73%
G=3.86%
B=50.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225192480.090.9200.03293.9794.2452.35
HexE113F895C031265e34
Octal34123370111340344613664
Binary111000011001111111000100110111000111001001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E113F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E113F8; }

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

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

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

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

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

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

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

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