#E121F1

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

Shades of Psychedelic Purple #E121F1

Tints of Psychedelic Purple #E121F1

Color information

#E121F1 (or 0xE121F1) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 21 and F1. RGB value is (225,33,241). Sum of RGB (Red+Green+Blue) = 225+33+241=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #E121F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121F1 is #1EDE0E. Grayscale: #717171. Windows color (decimal): -2022927 or 15802849. OLE color: 15802849.

HSL color Cylindrical-coordinate representation of color #E121F1: hue angle of 295.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E121F1 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22533241-
CMYK0.070.8600.05
HSL295.38º88.14%53.73%-
HSV(B)295.38º86.31%94.51%-
XYZ47.4723.4585.24-
YUV114.12199.61207.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 33 (13.28% from 255) = 6.61%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=45.09%
G=6.61%
B=48.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225332410.070.8600.05295.3888.1453.73
HexE121F1756051275836
Octal3414136171260544713066
Binary1110000110000111110001111101011001011001001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E121F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E121F1; }

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

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

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

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

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

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

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

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