Html Css Color HEX #E319FC Psychedelic Purple

📋 copy color: '#E319FC'

red 227 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E319FC

Tints of Psychedelic Purple #E319FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.96%

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

R = 45.04%
G = 4.96%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E319FC (or 0xE319FC) is known color: Psychedelic Purple. HEX triplet: E3, 19 and FC. RGB value is (227,25,252). Sum of RGB (Red+Green+Blue) = 227+25+252=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #E319FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E319FC is #1CE603. Grayscale: #6E6E6E. Windows color (decimal): -1893892 or 16521699. OLE color: 16521699.

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

Color convert

RGB 227 25 252 -
CMYK 0.10 0.90 0 0.01
HSL 293.39º 0.97% 0.54% -
HSV(B) 293.39º 0.9% 0.99% -
XYZ 49.6 24.05 94.12 -
YUV 111.28 207.42 210.54 -
System Red Green Blue C M Y K H S L
Decimal 227 25 252 0.10 0.90 0 0.01 293.39 0.97 0.54
Hex E3 19 FC A 5A 0 1 125 61 36
Octal 343 31 374 12 132 0 1 445 141 66
Binary 11100011 11001 11111100 1010 1011010 0 1 100100101 1100001 110110

Color Harmonies of #E319FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E319FC

Black with #E319FC

Text Example


Text Example

White with #E319FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E319FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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