Html Css Color HEX #E315FC Psychedelic Purple

📋 copy color: '#E315FC'

red 227 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E315FC

Tints of Psychedelic Purple #E315FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 45.4%
G = 4.2%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E315FC (or 0xE315FC) is known color: Psychedelic Purple. HEX triplet: E3, 15 and FC. RGB value is (227,21,252). Sum of RGB (Red+Green+Blue) = 227+21+252=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E315FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315FC is #1CEA03. Grayscale: #6C6C6C. Windows color (decimal): -1894916 or 16520675. OLE color: 16520675.

HSL color Cylindrical-coordinate representation of color #E315FC: hue angle of 293.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E315FC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 21 252 -
CMYK 0.10 0.92 0 0.01
HSL 293.51º 0.97% 0.54% -
HSV(B) 293.51º 0.92% 0.99% -
XYZ 49.52 23.9 94.1 -
YUV 108.93 208.75 212.22 -
System Red Green Blue C M Y K H S L
Decimal 227 21 252 0.10 0.92 0 0.01 293.51 0.97 0.54
Hex E3 15 FC A 5C 0 1 126 61 36
Octal 343 25 374 12 134 0 1 446 141 66
Binary 11100011 10101 11111100 1010 1011100 0 1 100100110 1100001 110110

Color Harmonies of #E315FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315FC

Black with #E315FC

Text Example


Text Example

White with #E315FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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