Html Css Color HEX #E617FF Psychedelic Purple

📋 copy color: '#E617FF'

red 230 ◦ green 23 ◦ blue 255

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

Shades of Psychedelic Purple #E617FF

Tints of Psychedelic Purple #E617FF

RGB

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

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

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

R = 45.28%
G = 4.53%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E617FF (or 0xE617FF) is known color: Psychedelic Purple. HEX triplet: E6, 17 and FF. RGB value is (230,23,255). Sum of RGB (Red+Green+Blue) = 230+23+255=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E617FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617FF is #19E800. Grayscale: #6E6E6E. Windows color (decimal): -1697793 or 16717798. OLE color: 16717798.

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

Color convert

RGB 230 23 255 -
CMYK 0.10 0.91 0 0
HSL 293.53º 1% 0.55% -
HSV(B) 293.53º 0.91% 1% -
XYZ 50.99 24.66 96.68 -
YUV 111.34 209.08 212.64 -
System Red Green Blue C M Y K H S L
Decimal 230 23 255 0.10 0.91 0 0 293.53 1 0.55
Hex E6 17 FF A 5B 0 0 126 64 37
Octal 346 27 377 12 133 0 0 446 144 67
Binary 11100110 10111 11111111 1010 1011011 0 0 100100110 1100100 110111

Color Harmonies of #E617FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E617FF

Black with #E617FF

Text Example


Text Example

White with #E617FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E617FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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