Html Css Color HEX #E00FF1 Psychedelic Purple

📋 copy color: '#E00FF1'

red 224 ◦ green 15 ◦ blue 241

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

Shades of Psychedelic Purple #E00FF1

Tints of Psychedelic Purple #E00FF1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.13%

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

R = 46.67%
G = 3.13%
B = 50.21%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E00FF1 (or 0xE00FF1) is known color: Psychedelic Purple. HEX triplet: E0, 0F and F1. RGB value is (224,15,241). Sum of RGB (Red+Green+Blue) = 224+15+241=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #E00FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FF1 is #1FF00E. Grayscale: #666666. Windows color (decimal): -2093071 or 15798240. OLE color: 15798240.

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

Color convert

RGB 224 15 241 -
CMYK 0.07 0.94 0 0.05
HSL 295.49º 0.89% 0.5% -
HSV(B) 295.49º 0.94% 0.95% -
XYZ 46.79 22.54 85.1 -
YUV 103.26 205.74 214.12 -
System Red Green Blue C M Y K H S L
Decimal 224 15 241 0.07 0.94 0 0.05 295.49 0.89 0.5
Hex E0 F F1 7 5E 0 5 127 59 32
Octal 340 17 361 7 136 0 5 447 131 62
Binary 11100000 1111 11110001 111 1011110 0 101 100100111 1011001 110010

Color Harmonies of #E00FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FF1

Black with #E00FF1

Text Example


Text Example

White with #E00FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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