Html Css Color HEX #E01FE5 Psychedelic Purple

📋 copy color: '#E01FE5'

red 224 ◦ green 31 ◦ blue 229

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

Shades of Psychedelic Purple #E01FE5

Tints of Psychedelic Purple #E01FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 46.28%
G = 6.4%
B = 47.31%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E01FE5 (or 0xE01FE5) is known color: Psychedelic Purple. HEX triplet: E0, 1F and E5. RGB value is (224,31,229). Sum of RGB (Red+Green+Blue) = 224+31+229=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #E01FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FE5 is #1FE01A. Grayscale: #6E6E6E. Windows color (decimal): -2088987 or 15015904. OLE color: 15015904.

HSL color Cylindrical-coordinate representation of color #E01FE5: hue angle of 298.48º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FE5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 31 229 -
CMYK 0.02 0.86 0 0.10
HSL 298.48º 0.79% 0.51% -
HSV(B) 298.48º 0.86% 0.9% -
XYZ 45.37 22.48 76.08 -
YUV 111.28 194.44 208.4 -
System Red Green Blue C M Y K H S L
Decimal 224 31 229 0.02 0.86 0 0.10 298.48 0.79 0.51
Hex E0 1F E5 2 56 0 A 12A 4F 33
Octal 340 37 345 2 126 0 12 452 117 63
Binary 11100000 11111 11100101 10 1010110 0 1010 100101010 1001111 110011

Color Harmonies of #E01FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FE5

Black with #E01FE5

Text Example


Text Example

White with #E01FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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