Html Css Color HEX #E01FF0 Psychedelic Purple

📋 copy color: '#E01FF0'

red 224 ◦ green 31 ◦ blue 240

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

Shades of Psychedelic Purple #E01FF0

Tints of Psychedelic Purple #E01FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 45.25%
G = 6.26%
B = 48.48%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E01FF0 (or 0xE01FF0) is known color: Psychedelic Purple. HEX triplet: E0, 1F and F0. RGB value is (224,31,240). Sum of RGB (Red+Green+Blue) = 224+31+240=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #E01FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FF0 is #1FE00F. Grayscale: #6F6F6F. Windows color (decimal): -2088976 or 15736800. OLE color: 15736800.

HSL color Cylindrical-coordinate representation of color #E01FF0: hue angle of 295.41º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01FF0 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 31 240 -
CMYK 0.07 0.87 0 0.06
HSL 295.41º 0.87% 0.53% -
HSV(B) 295.41º 0.87% 0.94% -
XYZ 46.96 23.12 84.43 -
YUV 112.53 199.94 207.51 -
System Red Green Blue C M Y K H S L
Decimal 224 31 240 0.07 0.87 0 0.06 295.41 0.87 0.53
Hex E0 1F F0 7 57 0 6 127 57 35
Octal 340 37 360 7 127 0 6 447 127 65
Binary 11100000 11111 11110000 111 1010111 0 110 100100111 1010111 110101

Color Harmonies of #E01FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FF0

Black with #E01FF0

Text Example


Text Example

White with #E01FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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