Html Css Color HEX #E013FA Psychedelic Purple

📋 copy color: '#E013FA'

red 224 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E013FA

Tints of Psychedelic Purple #E013FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

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

R = 45.44%
G = 3.85%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E013FA (or 0xE013FA) is known color: Psychedelic Purple. HEX triplet: E0, 13 and FA. RGB value is (224,19,250). Sum of RGB (Red+Green+Blue) = 224+19+250=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 19 (7.81% from 255 or 3.85% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #E013FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013FA is #1FEC05. Grayscale: #696969. Windows color (decimal): -2092038 or 16389088. OLE color: 16389088.

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

Color convert

RGB 224 19 250 -
CMYK 0.10 0.92 0 0.02
HSL 293.25º 0.96% 0.53% -
HSV(B) 293.25º 0.92% 0.98% -
XYZ 48.23 23.22 92.38 -
YUV 106.63 208.92 211.72 -
System Red Green Blue C M Y K H S L
Decimal 224 19 250 0.10 0.92 0 0.02 293.25 0.96 0.53
Hex E0 13 FA A 5C 0 2 125 60 35
Octal 340 23 372 12 134 0 2 445 140 65
Binary 11100000 10011 11111010 1010 1011100 0 10 100100101 1100000 110101

Color Harmonies of #E013FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013FA

Black with #E013FA

Text Example


Text Example

White with #E013FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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