Html Css Color HEX #E120FE Psychedelic Purple

📋 copy color: '#E120FE'

red 225 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #E120FE

Tints of Psychedelic Purple #E120FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.26%

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

R = 44.03%
G = 6.26%
B = 49.71%

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

#E120FE (or 0xE120FE) is known color: Psychedelic Purple. HEX triplet: E1, 20 and FE. RGB value is (225,32,254). Sum of RGB (Red+Green+Blue) = 225+32+254=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #E120FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E120FE is #1EDF01. Grayscale: #727272. Windows color (decimal): -2023170 or 16654561. OLE color: 16654561.

HSL color Cylindrical-coordinate representation of color #E120FE: hue angle of 292.16º 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 #E120FE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 32 254 -
CMYK 0.11 0.87 0 0.00
HSL 292.16º 0.99% 0.56% -
HSV(B) 292.16º 0.87% 1% -
XYZ 49.46 24.2 95.83 -
YUV 115.02 206.44 206.45 -
System Red Green Blue C M Y K H S L
Decimal 225 32 254 0.11 0.87 0 0.00 292.16 0.99 0.56
Hex E1 20 FE B 57 0 0 124 63 38
Octal 341 40 376 13 127 0 0 444 143 70
Binary 11100001 100000 11111110 1011 1010111 0 0 100100100 1100011 111000

Color Harmonies of #E120FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120FE

Black with #E120FE

Text Example


Text Example

White with #E120FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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