Html Css Color HEX #E313FA Psychedelic Purple

📋 copy color: '#E313FA'

red 227 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E313FA

Tints of Psychedelic Purple #E313FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.83%

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

R = 45.77%
G = 3.83%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E313FA (or 0xE313FA) is known color: Psychedelic Purple. HEX triplet: E3, 13 and FA. RGB value is (227,19,250). Sum of RGB (Red+Green+Blue) = 227+19+250=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E313FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313FA is #1CEC05. Grayscale: #6A6A6A. Windows color (decimal): -1895430 or 16389091. OLE color: 16389091.

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

Color convert

RGB 227 19 250 -
CMYK 0.09 0.92 0 0.02
HSL 294.03º 0.96% 0.53% -
HSV(B) 294.03º 0.92% 0.98% -
XYZ 49.17 23.7 92.43 -
YUV 107.53 208.41 213.22 -
System Red Green Blue C M Y K H S L
Decimal 227 19 250 0.09 0.92 0 0.02 294.03 0.96 0.53
Hex E3 13 FA 9 5C 0 2 126 60 35
Octal 343 23 372 11 134 0 2 446 140 65
Binary 11100011 10011 11111010 1001 1011100 0 10 100100110 1100000 110101

Color Harmonies of #E313FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313FA

Black with #E313FA

Text Example


Text Example

White with #E313FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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