Html Css Color HEX #E01DF1 Psychedelic Purple

📋 copy color: '#E01DF1'

red 224 ◦ green 29 ◦ blue 241

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

Shades of Psychedelic Purple #E01DF1

Tints of Psychedelic Purple #E01DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.87%

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 45.34%
G = 5.87%
B = 48.79%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E01DF1 (or 0xE01DF1) is known color: Psychedelic Purple. HEX triplet: E0, 1D and F1. RGB value is (224,29,241). Sum of RGB (Red+Green+Blue) = 224+29+241=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #E01DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DF1 is #1FE20E. Grayscale: #6E6E6E. Windows color (decimal): -2089487 or 15801824. OLE color: 15801824.

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

Color convert

RGB 224 29 241 -
CMYK 0.07 0.88 0 0.05
HSL 295.19º 0.88% 0.53% -
HSV(B) 295.19º 0.88% 0.95% -
XYZ 47.06 23.08 85.19 -
YUV 111.47 201.1 208.26 -
System Red Green Blue C M Y K H S L
Decimal 224 29 241 0.07 0.88 0 0.05 295.19 0.88 0.53
Hex E0 1D F1 7 58 0 5 127 58 35
Octal 340 35 361 7 130 0 5 447 130 65
Binary 11100000 11101 11110001 111 1011000 0 101 100100111 1011000 110101

Color Harmonies of #E01DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DF1

Black with #E01DF1

Text Example


Text Example

White with #E01DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DF1; }

 p { color: rgb(224,29,241); }

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

background-color css

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

 a { background-color: rgb(224,29,241); }

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

border-color css

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

 span { border-color: rgb(224,29,241); }

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