Html Css Color HEX #E717FC Psychedelic Purple

📋 copy color: '#E717FC'

red 231 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #E717FC

Tints of Psychedelic Purple #E717FC

RGB

 RED value IS 231 (90.63% from 255) = 45.65%

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

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

R = 45.65%
G = 4.55%
B = 49.8%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E717FC (or 0xE717FC) is known color: Psychedelic Purple. HEX triplet: E7, 17 and FC. RGB value is (231,23,252). Sum of RGB (Red+Green+Blue) = 231+23+252=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E717FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717FC is #18E803. Grayscale: #6E6E6E. Windows color (decimal): -1632260 or 16521191. OLE color: 16521191.

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

Color convert

RGB 231 23 252 -
CMYK 0.08 0.91 0 0.01
HSL 294.5º 0.97% 0.54% -
HSV(B) 294.5º 0.91% 0.99% -
XYZ 50.83 24.63 94.17 -
YUV 111.3 207.41 213.38 -
System Red Green Blue C M Y K H S L
Decimal 231 23 252 0.08 0.91 0 0.01 294.5 0.97 0.54
Hex E7 17 FC 8 5B 0 1 126 61 36
Octal 347 27 374 10 133 0 1 446 141 66
Binary 11100111 10111 11111100 1000 1011011 0 1 100100110 1100001 110110

Color Harmonies of #E717FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E717FC

Black with #E717FC

Text Example


Text Example

White with #E717FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E717FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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