Html Css Color HEX #E318FC Psychedelic Purple

📋 copy color: '#E318FC'

red 227 ◦ green 24 ◦ blue 252

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

Shades of Psychedelic Purple #E318FC

Tints of Psychedelic Purple #E318FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.77%

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

R = 45.13%
G = 4.77%
B = 50.1%

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

#E318FC (or 0xE318FC) is known color: Psychedelic Purple. HEX triplet: E3, 18 and FC. RGB value is (227,24,252). Sum of RGB (Red+Green+Blue) = 227+24+252=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #E318FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E318FC is #1CE703. Grayscale: #6D6D6D. Windows color (decimal): -1894148 or 16521443. OLE color: 16521443.

HSL color Cylindrical-coordinate representation of color #E318FC: hue angle of 293.42º 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 #E318FC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 24 252 -
CMYK 0.10 0.90 0 0.01
HSL 293.42º 0.97% 0.54% -
HSV(B) 293.42º 0.9% 0.99% -
XYZ 49.58 24.01 94.12 -
YUV 110.69 207.75 210.96 -
System Red Green Blue C M Y K H S L
Decimal 227 24 252 0.10 0.90 0 0.01 293.42 0.97 0.54
Hex E3 18 FC A 5A 0 1 125 61 36
Octal 343 30 374 12 132 0 1 445 141 66
Binary 11100011 11000 11111100 1010 1011010 0 1 100100101 1100001 110110

Color Harmonies of #E318FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318FC

Black with #E318FC

Text Example


Text Example

White with #E318FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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