Html Css Color HEX #E012FE Psychedelic Purple

📋 copy color: '#E012FE'

red 224 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #E012FE

Tints of Psychedelic Purple #E012FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.63%

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

R = 45.16%
G = 3.63%
B = 51.21%

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

#E012FE (or 0xE012FE) is known color: Psychedelic Purple. HEX triplet: E0, 12 and FE. RGB value is (224,18,254). Sum of RGB (Red+Green+Blue) = 224+18+254=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #E012FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012FE is #1FED01. Grayscale: #696969. Windows color (decimal): -2092290 or 16650976. OLE color: 16650976.

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

Color convert

RGB 224 18 254 -
CMYK 0.12 0.93 0 0.00
HSL 292.37º 0.99% 0.53% -
HSV(B) 292.37º 0.93% 1% -
XYZ 48.85 23.44 95.71 -
YUV 106.5 211.25 211.81 -
System Red Green Blue C M Y K H S L
Decimal 224 18 254 0.12 0.93 0 0.00 292.37 0.99 0.53
Hex E0 12 FE C 5D 0 0 124 63 35
Octal 340 22 376 14 135 0 0 444 143 65
Binary 11100000 10010 11111110 1100 1011101 0 0 100100100 1100011 110101

Color Harmonies of #E012FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012FE

Black with #E012FE

Text Example


Text Example

White with #E012FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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