Html Css Color HEX #E818F1 Psychedelic Purple

📋 copy color: '#E818F1'

red 232 ◦ green 24 ◦ blue 241

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

Shades of Psychedelic Purple #E818F1

Tints of Psychedelic Purple #E818F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.83%

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

R = 46.68%
G = 4.83%
B = 48.49%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E818F1 (or 0xE818F1) is known color: Psychedelic Purple. HEX triplet: E8, 18 and F1. RGB value is (232,24,241). Sum of RGB (Red+Green+Blue) = 232+24+241=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #E818F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E818F1 is #17E70E. Grayscale: #6E6E6E. Windows color (decimal): -1566479 or 15800552. OLE color: 15800552.

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

Color convert

RGB 232 24 241 -
CMYK 0.04 0.90 0 0.05
HSL 297.51º 0.89% 0.52% -
HSV(B) 297.51º 0.9% 0.95% -
XYZ 49.48 24.16 85.27 -
YUV 110.93 201.41 214.36 -
System Red Green Blue C M Y K H S L
Decimal 232 24 241 0.04 0.90 0 0.05 297.51 0.89 0.52
Hex E8 18 F1 4 5A 0 5 12A 59 34
Octal 350 30 361 4 132 0 5 452 131 64
Binary 11101000 11000 11110001 100 1011010 0 101 100101010 1011001 110100

Color Harmonies of #E818F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E818F1

Black with #E818F1

Text Example


Text Example

White with #E818F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E818F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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