#E413FE

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

Shades of Psychedelic Purple #E413FE

Tints of Psychedelic Purple #E413FE

Color information

#E413FE (or 0xE413FE) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 13 and FE. RGB value is (228,19,254). Sum of RGB (Red+Green+Blue) = 228+19+254=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 19 (7.81% from 255 or 3.79% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E413FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FE is #1BEC01. Grayscale: #6B6B6B. Windows color (decimal): -1829890 or 16651236. OLE color: 16651236.

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

Color convert

RGB22819254-
CMYK0.100.9300.00
HSL293.36º99.16%53.53%-
HSV(B)293.36º92.52%99.61%-
XYZ50.1224.1295.78-
YUV108.28210.24213.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.51%
GREEN value IS 19 (7.81% from 255) = 3.79%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=45.51%
G=3.79%
B=50.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal228192540.100.9300.00293.3699.1653.53
HexE413FEA5D001256336
Octal34423376121350044514366
Binary11100100100111111111010101011101001001001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E413FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E413FE; }

 p { color: rgb(228,19,254); }

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

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

 a { background-color: rgb(228,19,254); }

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

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

 span { border-color: rgb(228,19,254); }

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