#E121FF

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

Shades of Psychedelic Purple #E121FF

Tints of Psychedelic Purple #E121FF

Color information

#E121FF (or 0xE121FF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 21 and FF. RGB value is (225,33,255). Sum of RGB (Red+Green+Blue) = 225+33+255=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E121FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121FF is #1EDE00. Grayscale: #737373. Windows color (decimal): -2022913 or 16720353. OLE color: 16720353.

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

Color convert

RGB22533255-
CMYK0.120.8700
HSL291.89º100%56.47%-
HSV(B)291.89º87.06%100%-
XYZ49.6524.3296.68-
YUV115.72206.61205.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 33 (13.28% from 255) = 6.43%
BLUE value IS 255 (100% from 255) = 49.71%
R=43.86%
G=6.43%
B=49.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225332550.120.8700291.8910056.47
HexE121FFC57001246438
Octal34141377141270044414470
Binary111000011000011111111111001010111001001001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E121FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E121FF; }

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

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

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

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

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

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

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

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