Html Css Color HEX #E01FF5 Psychedelic Purple

📋 copy color: '#E01FF5'

red 224 ◦ green 31 ◦ blue 245

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

Shades of Psychedelic Purple #E01FF5

Tints of Psychedelic Purple #E01FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49%

R = 44.8%
G = 6.2%
B = 49%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E01FF5 (or 0xE01FF5) is known color: Psychedelic Purple. HEX triplet: E0, 1F and F5. RGB value is (224,31,245). Sum of RGB (Red+Green+Blue) = 224+31+245=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 31 (12.5% from 255 or 6.2% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #E01FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FF5 is #1FE00A. Grayscale: #707070. Windows color (decimal): -2088971 or 16064480. OLE color: 16064480.

HSL color Cylindrical-coordinate representation of color #E01FF5: hue angle of 294.11º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01FF5 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 31 245 -
CMYK 0.09 0.87 0 0.04
HSL 294.11º 0.91% 0.54% -
HSV(B) 294.11º 0.87% 0.96% -
XYZ 47.71 23.42 88.39 -
YUV 113.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 224 31 245 0.09 0.87 0 0.04 294.11 0.91 0.54
Hex E0 1F F5 9 57 0 4 126 5B 36
Octal 340 37 365 11 127 0 4 446 133 66
Binary 11100000 11111 11110101 1001 1010111 0 100 100100110 1011011 110110

Color Harmonies of #E01FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FF5

Black with #E01FF5

Text Example


Text Example

White with #E01FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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