Html Css Color HEX #E800F1 Psychedelic Purple

📋 copy color: '#E800F1'

red 232 ◦ green 0 ◦ blue 241

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

Shades of Psychedelic Purple #E800F1

Tints of Psychedelic Purple #E800F1

RGB

 RED value IS 232 (91.02% from 255) = 49.05%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.05%
G = 0%
B = 50.95%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E800F1 (or 0xE800F1) is known color: Psychedelic Purple. HEX triplet: E8, 00 and F1. RGB value is (232,0,241). Sum of RGB (Red+Green+Blue) = 232+0+241=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #E800F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800F1 is #17FF0E. Grayscale: #606060. Windows color (decimal): -1572623 or 15794408. OLE color: 15794408.

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

Color convert

RGB 232 0 241 -
CMYK 0.04 1 0 0.05
HSL 297.76º 1% 0.47% -
HSV(B) 297.76º 1% 0.95% -
XYZ 49.16 23.51 85.17 -
YUV 96.84 209.36 224.4 -
System Red Green Blue C M Y K H S L
Decimal 232 0 241 0.04 1 0 0.05 297.76 1 0.47
Hex E8 0 F1 4 64 0 5 12A 64 2F
Octal 350 0 361 4 144 0 5 452 144 57
Binary 11101000 0 11110001 100 1100100 0 101 100101010 1100100 101111

Color Harmonies of #E800F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800F1

Black with #E800F1

Text Example


Text Example

White with #E800F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800F1; }

 p { color: rgb(232,0,241); }

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

background-color css

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

 a { background-color: rgb(232,0,241); }

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

border-color css

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

 span { border-color: rgb(232,0,241); }

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