Html Css Color HEX #E000FA Psychedelic Purple

📋 copy color: '#E000FA'

red 224 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #E000FA

Tints of Psychedelic Purple #E000FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.26%
G = 0%
B = 52.74%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E000FA (or 0xE000FA) is known color: Psychedelic Purple. HEX triplet: E0, 00 and FA. RGB value is (224,0,250). Sum of RGB (Red+Green+Blue) = 224+0+250=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #E000FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000FA is #1FFF05. Grayscale: #5E5E5E. Windows color (decimal): -2096902 or 16384224. OLE color: 16384224.

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

Color convert

RGB 224 0 250 -
CMYK 0.10 1 0 0.02
HSL 293.76º 1% 0.49% -
HSV(B) 293.76º 1% 0.98% -
XYZ 48 22.75 92.3 -
YUV 95.48 215.21 219.67 -
System Red Green Blue C M Y K H S L
Decimal 224 0 250 0.10 1 0 0.02 293.76 1 0.49
Hex E0 0 FA A 64 0 2 126 64 31
Octal 340 0 372 12 144 0 2 446 144 61
Binary 11100000 0 11111010 1010 1100100 0 10 100100110 1100100 110001

Color Harmonies of #E000FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000FA

Black with #E000FA

Text Example


Text Example

White with #E000FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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