Html Css Color HEX #E317FC Psychedelic Purple

📋 copy color: '#E317FC'

red 227 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #E317FC

Tints of Psychedelic Purple #E317FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.58%

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

R = 45.22%
G = 4.58%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E317FC (or 0xE317FC) is known color: Psychedelic Purple. HEX triplet: E3, 17 and FC. RGB value is (227,23,252). Sum of RGB (Red+Green+Blue) = 227+23+252=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #E317FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E317FC is #1CE803. Grayscale: #6D6D6D. Windows color (decimal): -1894404 or 16521187. OLE color: 16521187.

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

Color convert

RGB 227 23 252 -
CMYK 0.10 0.91 0 0.01
HSL 293.45º 0.97% 0.54% -
HSV(B) 293.45º 0.91% 0.99% -
XYZ 49.56 23.97 94.11 -
YUV 110.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 227 23 252 0.10 0.91 0 0.01 293.45 0.97 0.54
Hex E3 17 FC A 5B 0 1 125 61 36
Octal 343 27 374 12 133 0 1 445 141 66
Binary 11100011 10111 11111100 1010 1011011 0 1 100100101 1100001 110110

Color Harmonies of #E317FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E317FC

Black with #E317FC

Text Example


Text Example

White with #E317FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E317FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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