Html Css Color HEX #E010FA Psychedelic Purple

📋 copy color: '#E010FA'

red 224 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #E010FA

Tints of Psychedelic Purple #E010FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.27%

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

R = 45.71%
G = 3.27%
B = 51.02%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E010FA (or 0xE010FA) is known color: Psychedelic Purple. HEX triplet: E0, 10 and FA. RGB value is (224,16,250). Sum of RGB (Red+Green+Blue) = 224+16+250=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #E010FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010FA is #1FEF05. Grayscale: #686868. Windows color (decimal): -2092806 or 16388320. OLE color: 16388320.

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

Color convert

RGB 224 16 250 -
CMYK 0.10 0.94 0 0.02
HSL 293.33º 0.96% 0.52% -
HSV(B) 293.33º 0.94% 0.98% -
XYZ 48.18 23.12 92.37 -
YUV 104.87 209.91 212.97 -
System Red Green Blue C M Y K H S L
Decimal 224 16 250 0.10 0.94 0 0.02 293.33 0.96 0.52
Hex E0 10 FA A 5E 0 2 125 60 34
Octal 340 20 372 12 136 0 2 445 140 64
Binary 11100000 10000 11111010 1010 1011110 0 10 100100101 1100000 110100

Color Harmonies of #E010FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010FA

Black with #E010FA

Text Example


Text Example

White with #E010FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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