Html Css Color HEX #E312FA Psychedelic Purple

📋 copy color: '#E312FA'

red 227 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #E312FA

Tints of Psychedelic Purple #E312FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 45.86%
G = 3.64%
B = 50.51%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E312FA (or 0xE312FA) is known color: Psychedelic Purple. HEX triplet: E3, 12 and FA. RGB value is (227,18,250). Sum of RGB (Red+Green+Blue) = 227+18+250=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #E312FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E312FA is #1CED05. Grayscale: #6A6A6A. Windows color (decimal): -1895686 or 16388835. OLE color: 16388835.

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

Color convert

RGB 227 18 250 -
CMYK 0.09 0.93 0 0.02
HSL 294.05º 0.96% 0.53% -
HSV(B) 294.05º 0.93% 0.98% -
XYZ 49.15 23.67 92.42 -
YUV 106.94 208.74 213.64 -
System Red Green Blue C M Y K H S L
Decimal 227 18 250 0.09 0.93 0 0.02 294.05 0.96 0.53
Hex E3 12 FA 9 5D 0 2 126 60 35
Octal 343 22 372 11 135 0 2 446 140 65
Binary 11100011 10010 11111010 1001 1011101 0 10 100100110 1100000 110101

Color Harmonies of #E312FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312FA

Black with #E312FA

Text Example


Text Example

White with #E312FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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