Html Css Color HEX #E601FF Psychedelic Purple

📋 copy color: '#E601FF'

red 230 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #E601FF

Tints of Psychedelic Purple #E601FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 47.33%
G = 0.21%
B = 52.47%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E601FF (or 0xE601FF) is known color: Psychedelic Purple. HEX triplet: E6, 01 and FF. RGB value is (230,1,255). Sum of RGB (Red+Green+Blue) = 230+1+255=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #E601FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601FF is #19FE00. Grayscale: #616161. Windows color (decimal): -1703425 or 16712166. OLE color: 16712166.

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

Color convert

RGB 230 1 255 -
CMYK 0.10 1.00 0 0
HSL 294.09º 1% 0.5% -
HSV(B) 294.09º 1% 1% -
XYZ 50.69 24.06 96.58 -
YUV 98.43 216.37 221.85 -
System Red Green Blue C M Y K H S L
Decimal 230 1 255 0.10 1.00 0 0 294.09 1 0.5
Hex E6 1 FF A 64 0 0 126 64 32
Octal 346 1 377 12 144 0 0 446 144 62
Binary 11100110 1 11111111 1010 1100100 0 0 100100110 1100100 110010

Color Harmonies of #E601FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601FF

Black with #E601FF

Text Example


Text Example

White with #E601FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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