Html Css Color HEX #E812F1 Psychedelic Purple

📋 copy color: '#E812F1'

red 232 ◦ green 18 ◦ blue 241

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

Shades of Psychedelic Purple #E812F1

Tints of Psychedelic Purple #E812F1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.67%

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

R = 47.25%
G = 3.67%
B = 49.08%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E812F1 (or 0xE812F1) is known color: Psychedelic Purple. HEX triplet: E8, 12 and F1. RGB value is (232,18,241). Sum of RGB (Red+Green+Blue) = 232+18+241=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #E812F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812F1 is #17ED0E. Grayscale: #6A6A6A. Windows color (decimal): -1568015 or 15799016. OLE color: 15799016.

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

Color convert

RGB 232 18 241 -
CMYK 0.04 0.93 0 0.05
HSL 297.58º 0.89% 0.51% -
HSV(B) 297.58º 0.93% 0.95% -
XYZ 49.37 23.94 85.24 -
YUV 107.41 203.4 216.87 -
System Red Green Blue C M Y K H S L
Decimal 232 18 241 0.04 0.93 0 0.05 297.58 0.89 0.51
Hex E8 12 F1 4 5D 0 5 12A 59 33
Octal 350 22 361 4 135 0 5 452 131 63
Binary 11101000 10010 11110001 100 1011101 0 101 100101010 1011001 110011

Color Harmonies of #E812F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812F1

Black with #E812F1

Text Example


Text Example

White with #E812F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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