Html Css Color HEX #E812FE Psychedelic Purple

📋 copy color: '#E812FE'

red 232 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #E812FE

Tints of Psychedelic Purple #E812FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 46.03%
G = 3.57%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E812FE (or 0xE812FE) is known color: Psychedelic Purple. HEX triplet: E8, 12 and FE. RGB value is (232,18,254). Sum of RGB (Red+Green+Blue) = 232+18+254=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #E812FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812FE is #17ED01. Grayscale: #6C6C6C. Windows color (decimal): -1568002 or 16650984. OLE color: 16650984.

HSL color Cylindrical-coordinate representation of color #E812FE: hue angle of 294.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E812FE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 18 254 -
CMYK 0.09 0.93 0 0.00
HSL 294.41º 0.99% 0.53% -
HSV(B) 294.41º 0.93% 1% -
XYZ 51.38 24.74 95.83 -
YUV 108.89 209.9 215.81 -
System Red Green Blue C M Y K H S L
Decimal 232 18 254 0.09 0.93 0 0.00 294.41 0.99 0.53
Hex E8 12 FE 9 5D 0 0 126 63 35
Octal 350 22 376 11 135 0 0 446 143 65
Binary 11101000 10010 11111110 1001 1011101 0 0 100100110 1100011 110101

Color Harmonies of #E812FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812FE

Black with #E812FE

Text Example


Text Example

White with #E812FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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