Html Css Color HEX #E315FA Psychedelic Purple

📋 copy color: '#E315FA'

red 227 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #E315FA

Tints of Psychedelic Purple #E315FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.22%

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

R = 45.58%
G = 4.22%
B = 50.2%

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

#E315FA (or 0xE315FA) is known color: Psychedelic Purple. HEX triplet: E3, 15 and FA. RGB value is (227,21,250). Sum of RGB (Red+Green+Blue) = 227+21+250=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E315FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315FA is #1CEA05. Grayscale: #6B6B6B. Windows color (decimal): -1894918 or 16389603. OLE color: 16389603.

HSL color Cylindrical-coordinate representation of color #E315FA: hue angle of 293.97º 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 #E315FA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 21 250 -
CMYK 0.09 0.92 0 0.02
HSL 293.97º 0.96% 0.53% -
HSV(B) 293.97º 0.92% 0.98% -
XYZ 49.2 23.77 92.44 -
YUV 108.7 207.75 212.38 -
System Red Green Blue C M Y K H S L
Decimal 227 21 250 0.09 0.92 0 0.02 293.97 0.96 0.53
Hex E3 15 FA 9 5C 0 2 126 60 35
Octal 343 25 372 11 134 0 2 446 140 65
Binary 11100011 10101 11111010 1001 1011100 0 10 100100110 1100000 110101

Color Harmonies of #E315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315FA

Black with #E315FA

Text Example


Text Example

White with #E315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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