Html Css Color HEX #E01FFF Psychedelic Purple

📋 copy color: '#E01FFF'

red 224 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E01FFF

Tints of Psychedelic Purple #E01FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.08%

 BLUE value IS 255 (100% from 255) = 50%

R = 43.92%
G = 6.08%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E01FFF (or 0xE01FFF) is known color: Psychedelic Purple. HEX triplet: E0, 1F and FF. RGB value is (224,31,255). Sum of RGB (Red+Green+Blue) = 224+31+255=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #E01FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FFF is #1FE000. Grayscale: #717171. Windows color (decimal): -2088961 or 16719840. OLE color: 16719840.

HSL color Cylindrical-coordinate representation of color #E01FFF: hue angle of 291.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01FFF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 31 255 -
CMYK 0.12 0.88 0 0
HSL 291.7º 1% 0.56% -
HSV(B) 291.7º 0.88% 1% -
XYZ 49.28 24.05 96.65 -
YUV 114.24 207.44 206.29 -
System Red Green Blue C M Y K H S L
Decimal 224 31 255 0.12 0.88 0 0 291.7 1 0.56
Hex E0 1F FF C 58 0 0 124 64 38
Octal 340 37 377 14 130 0 0 444 144 70
Binary 11100000 11111 11111111 1100 1011000 0 0 100100100 1100100 111000

Color Harmonies of #E01FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FFF

Black with #E01FFF

Text Example


Text Example

White with #E01FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FFF; }

 p { color: rgb(224,31,255); }

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

background-color css

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

 a { background-color: rgb(224,31,255); }

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

border-color css

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

 span { border-color: rgb(224,31,255); }

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