Html Css Color HEX #E617FA Psychedelic Purple

📋 copy color: '#E617FA'

red 230 ◦ green 23 ◦ blue 250

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

Shades of Psychedelic Purple #E617FA

Tints of Psychedelic Purple #E617FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 45.73%
G = 4.57%
B = 49.7%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E617FA (or 0xE617FA) is known color: Psychedelic Purple. HEX triplet: E6, 17 and FA. RGB value is (230,23,250). Sum of RGB (Red+Green+Blue) = 230+23+250=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #E617FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E617FA is #19E805. Grayscale: #6E6E6E. Windows color (decimal): -1697798 or 16390118. OLE color: 16390118.

HSL color Cylindrical-coordinate representation of color #E617FA: hue angle of 294.71º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E617FA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 23 250 -
CMYK 0.08 0.91 0 0.02
HSL 294.71º 0.96% 0.54% -
HSV(B) 294.71º 0.91% 0.98% -
XYZ 50.19 24.34 92.49 -
YUV 110.77 206.58 213.04 -
System Red Green Blue C M Y K H S L
Decimal 230 23 250 0.08 0.91 0 0.02 294.71 0.96 0.54
Hex E6 17 FA 8 5B 0 2 127 60 36
Octal 346 27 372 10 133 0 2 447 140 66
Binary 11100110 10111 11111010 1000 1011011 0 10 100100111 1100000 110110

Color Harmonies of #E617FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E617FA

Black with #E617FA

Text Example


Text Example

White with #E617FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E617FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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