Html Css Color HEX #E317FE Psychedelic Purple

📋 copy color: '#E317FE'

red 227 ◦ green 23 ◦ blue 254

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

Shades of Psychedelic Purple #E317FE

Tints of Psychedelic Purple #E317FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 45.04%
G = 4.56%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E317FE (or 0xE317FE) is known color: Psychedelic Purple. HEX triplet: E3, 17 and FE. RGB value is (227,23,254). Sum of RGB (Red+Green+Blue) = 227+23+254=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 23 (9.38% from 255 or 4.56% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #E317FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E317FE is #1CE801. Grayscale: #6D6D6D. Windows color (decimal): -1894402 or 16652259. OLE color: 16652259.

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

Color convert

RGB 227 23 254 -
CMYK 0.11 0.91 0 0.00
HSL 292.99º 0.99% 0.54% -
HSV(B) 292.99º 0.91% 1% -
XYZ 49.87 24.1 95.79 -
YUV 110.33 209.09 211.22 -
System Red Green Blue C M Y K H S L
Decimal 227 23 254 0.11 0.91 0 0.00 292.99 0.99 0.54
Hex E3 17 FE B 5B 0 0 125 63 36
Octal 343 27 376 13 133 0 0 445 143 66
Binary 11100011 10111 11111110 1011 1011011 0 0 100100101 1100011 110110

Color Harmonies of #E317FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E317FE

Black with #E317FE

Text Example


Text Example

White with #E317FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E317FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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