Html Css Color HEX #E012FA Psychedelic Purple

📋 copy color: '#E012FA'

red 224 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #E012FA

Tints of Psychedelic Purple #E012FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 45.53%
G = 3.66%
B = 50.81%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E012FA (or 0xE012FA) is known color: Psychedelic Purple. HEX triplet: E0, 12 and FA. RGB value is (224,18,250). Sum of RGB (Red+Green+Blue) = 224+18+250=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #E012FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012FA is #1FED05. Grayscale: #696969. Windows color (decimal): -2092294 or 16388832. OLE color: 16388832.

HSL color Cylindrical-coordinate representation of color #E012FA: hue angle of 293.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E012FA is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 18 250 -
CMYK 0.10 0.93 0 0.02
HSL 293.28º 0.96% 0.53% -
HSV(B) 293.28º 0.93% 0.98% -
XYZ 48.21 23.18 92.38 -
YUV 106.04 209.25 212.14 -
System Red Green Blue C M Y K H S L
Decimal 224 18 250 0.10 0.93 0 0.02 293.28 0.96 0.53
Hex E0 12 FA A 5D 0 2 125 60 35
Octal 340 22 372 12 135 0 2 445 140 65
Binary 11100000 10010 11111010 1010 1011101 0 10 100100101 1100000 110101

Color Harmonies of #E012FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012FA

Black with #E012FA

Text Example


Text Example

White with #E012FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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