Html Css Color HEX #E011FE Psychedelic Purple

📋 copy color: '#E011FE'

red 224 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #E011FE

Tints of Psychedelic Purple #E011FE

RGB

 RED value IS 224 (87.89% from 255) = 45.25%

 GREEN value IS 17 (7.03% from 255) = 3.43%

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

R = 45.25%
G = 3.43%
B = 51.31%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E011FE (or 0xE011FE) is known color: Psychedelic Purple. HEX triplet: E0, 11 and FE. RGB value is (224,17,254). Sum of RGB (Red+Green+Blue) = 224+17+254=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E011FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E011FE is #1FEE01. Grayscale: #696969. Windows color (decimal): -2092546 or 16650720. OLE color: 16650720.

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

Color convert

RGB 224 17 254 -
CMYK 0.12 0.93 0 0.00
HSL 292.41º 0.99% 0.53% -
HSV(B) 292.41º 0.93% 1% -
XYZ 48.83 23.4 95.71 -
YUV 105.91 211.58 212.23 -
System Red Green Blue C M Y K H S L
Decimal 224 17 254 0.12 0.93 0 0.00 292.41 0.99 0.53
Hex E0 11 FE C 5D 0 0 124 63 35
Octal 340 21 376 14 135 0 0 444 143 65
Binary 11100000 10001 11111110 1100 1011101 0 0 100100100 1100011 110101

Color Harmonies of #E011FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011FE

Black with #E011FE

Text Example


Text Example

White with #E011FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011FE; }

 p { color: rgb(224,17,254); }

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

background-color css

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

 a { background-color: rgb(224,17,254); }

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

border-color css

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

 span { border-color: rgb(224,17,254); }

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