Html Css Color HEX #E317FF Psychedelic Purple

📋 copy color: '#E317FF'

red 227 ◦ green 23 ◦ blue 255

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

Shades of Psychedelic Purple #E317FF

Tints of Psychedelic Purple #E317FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 44.95%
G = 4.55%
B = 50.5%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E317FF (or 0xE317FF) is known color: Psychedelic Purple. HEX triplet: E3, 17 and FF. RGB value is (227,23,255). Sum of RGB (Red+Green+Blue) = 227+23+255=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #E317FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E317FF is #1CE800. Grayscale: #6D6D6D. Windows color (decimal): -1894401 or 16717795. OLE color: 16717795.

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

Color convert

RGB 227 23 255 -
CMYK 0.11 0.91 0 0
HSL 292.76º 1% 0.55% -
HSV(B) 292.76º 0.91% 1% -
XYZ 50.03 24.16 96.63 -
YUV 110.44 209.59 211.14 -
System Red Green Blue C M Y K H S L
Decimal 227 23 255 0.11 0.91 0 0 292.76 1 0.55
Hex E3 17 FF B 5B 0 0 125 64 37
Octal 343 27 377 13 133 0 0 445 144 67
Binary 11100011 10111 11111111 1011 1011011 0 0 100100101 1100100 110111

Color Harmonies of #E317FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E317FF

Black with #E317FF

Text Example


Text Example

White with #E317FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E317FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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