Html Css Color HEX #E812EF Psychedelic Purple

📋 copy color: '#E812EF'

red 232 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #E812EF

Tints of Psychedelic Purple #E812EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 47.44%
G = 3.68%
B = 48.88%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E812EF (or 0xE812EF) is known color: Psychedelic Purple. HEX triplet: E8, 12 and EF. RGB value is (232,18,239). Sum of RGB (Red+Green+Blue) = 232+18+239=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #E812EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812EF is #17ED10. Grayscale: #6A6A6A. Windows color (decimal): -1568017 or 15667944. OLE color: 15667944.

HSL color Cylindrical-coordinate representation of color #E812EF: hue angle of 298.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812EF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 18 239 -
CMYK 0.03 0.92 0 0.06
HSL 298.1º 0.87% 0.5% -
HSV(B) 298.1º 0.92% 0.94% -
XYZ 49.08 23.82 83.67 -
YUV 107.18 202.4 217.03 -
System Red Green Blue C M Y K H S L
Decimal 232 18 239 0.03 0.92 0 0.06 298.1 0.87 0.5
Hex E8 12 EF 3 5C 0 6 12A 57 32
Octal 350 22 357 3 134 0 6 452 127 62
Binary 11101000 10010 11101111 11 1011100 0 110 100101010 1010111 110010

Color Harmonies of #E812EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812EF

Black with #E812EF

Text Example


Text Example

White with #E812EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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