Html Css Color HEX #E312FF Psychedelic Purple

📋 copy color: '#E312FF'

red 227 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #E312FF

Tints of Psychedelic Purple #E312FF

RGB

 RED value IS 227 (89.06% from 255) = 45.4%

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

 BLUE value IS 255 (100% from 255) = 51%

R = 45.4%
G = 3.6%
B = 51%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E312FF (or 0xE312FF) is known color: Psychedelic Purple. HEX triplet: E3, 12 and FF. RGB value is (227,18,255). Sum of RGB (Red+Green+Blue) = 227+18+255=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E312FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E312FF is #1CED00. Grayscale: #6A6A6A. Windows color (decimal): -1895681 or 16716515. OLE color: 16716515.

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

Color convert

RGB 227 18 255 -
CMYK 0.11 0.93 0 0
HSL 292.91º 1% 0.54% -
HSV(B) 292.91º 0.93% 1% -
XYZ 49.94 23.98 96.6 -
YUV 107.51 211.24 213.23 -
System Red Green Blue C M Y K H S L
Decimal 227 18 255 0.11 0.93 0 0 292.91 1 0.54
Hex E3 12 FF B 5D 0 0 125 64 36
Octal 343 22 377 13 135 0 0 445 144 66
Binary 11100011 10010 11111111 1011 1011101 0 0 100100101 1100100 110110

Color Harmonies of #E312FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312FF

Black with #E312FF

Text Example


Text Example

White with #E312FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312FF; }

 p { color: rgb(227,18,255); }

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

background-color css

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

 a { background-color: rgb(227,18,255); }

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

border-color css

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

 span { border-color: rgb(227,18,255); }

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