Html Css Color HEX #E121FE Psychedelic Purple

📋 copy color: '#E121FE'

red 225 ◦ green 33 ◦ blue 254

#E121FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E121FE

Tints of Psychedelic Purple #E121FE

RGB

 RED value IS 225 (88.28% from 255) = 43.95%

 GREEN value IS 33 (13.28% from 255) = 6.45%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 43.95%
G = 6.45%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E121FE (or 0xE121FE) is known color: Psychedelic Purple. HEX triplet: E1, 21 and FE. RGB value is (225,33,254). Sum of RGB (Red+Green+Blue) = 225+33+254=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #E121FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121FE is #1EDE01. Grayscale: #727272. Windows color (decimal): -2022914 or 16654817. OLE color: 16654817.

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

Color convert

RGB 225 33 254 -
CMYK 0.11 0.87 0 0.00
HSL 292.13º 0.99% 0.56% -
HSV(B) 292.13º 0.87% 1% -
XYZ 49.48 24.25 95.84 -
YUV 115.6 206.11 206.03 -
System Red Green Blue C M Y K H S L
Decimal 225 33 254 0.11 0.87 0 0.00 292.13 0.99 0.56
Hex E1 21 FE B 57 0 0 124 63 38
Octal 341 41 376 13 127 0 0 444 143 70
Binary 11100001 100001 11111110 1011 1010111 0 0 100100100 1100011 111000

Color Harmonies of #E121FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121FE

Black with #E121FE

Text Example


Text Example

White with #E121FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121FE; }

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

 H1.HeaderClassName
 {
   color: #E121FE;
 }
 .AnyTagClassName
 {
   color: #E121FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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