Html Css Color HEX #E617FE Psychedelic Purple

📋 copy color: '#E617FE'

red 230 ◦ green 23 ◦ blue 254

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

Shades of Psychedelic Purple #E617FE

Tints of Psychedelic Purple #E617FE

RGB

 RED value IS 230 (90.23% from 255) = 45.36%

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

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

R = 45.36%
G = 4.54%
B = 50.1%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E617FE (or 0xE617FE) is known color: Psychedelic Purple. HEX triplet: E6, 17 and FE. RGB value is (230,23,254). Sum of RGB (Red+Green+Blue) = 230+23+254=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #E617FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617FE is #19E801. Grayscale: #6E6E6E. Windows color (decimal): -1697794 or 16652262. OLE color: 16652262.

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

Color convert

RGB 230 23 254 -
CMYK 0.09 0.91 0 0.00
HSL 293.77º 0.99% 0.54% -
HSV(B) 293.77º 0.91% 1% -
XYZ 50.83 24.59 95.83 -
YUV 111.23 208.58 212.72 -
System Red Green Blue C M Y K H S L
Decimal 230 23 254 0.09 0.91 0 0.00 293.77 0.99 0.54
Hex E6 17 FE 9 5B 0 0 126 63 36
Octal 346 27 376 11 133 0 0 446 143 66
Binary 11100110 10111 11111110 1001 1011011 0 0 100100110 1100011 110110

Color Harmonies of #E617FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E617FE

Black with #E617FE

Text Example


Text Example

White with #E617FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E617FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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