Html Css Color HEX #E601ED Psychedelic Purple

📋 copy color: '#E601ED'

red 230 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #E601ED

Tints of Psychedelic Purple #E601ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 49.15%
G = 0.21%
B = 50.64%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E601ED (or 0xE601ED) is known color: Psychedelic Purple. HEX triplet: E6, 01 and ED. RGB value is (230,1,237). Sum of RGB (Red+Green+Blue) = 230+1+237=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #E601ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601ED is #19FE12. Grayscale: #5F5F5F. Windows color (decimal): -1703443 or 15532518. OLE color: 15532518.

HSL color Cylindrical-coordinate representation of color #E601ED: hue angle of 298.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601ED is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 1 237 -
CMYK 0.03 1.00 0 0.07
HSL 298.22º 0.99% 0.47% -
HSV(B) 298.22º 1% 0.93% -
XYZ 47.93 22.96 82.03 -
YUV 96.38 207.37 223.31 -
System Red Green Blue C M Y K H S L
Decimal 230 1 237 0.03 1.00 0 0.07 298.22 0.99 0.47
Hex E6 1 ED 3 64 0 7 12A 63 2F
Octal 346 1 355 3 144 0 7 452 143 57
Binary 11100110 1 11101101 11 1100100 0 111 100101010 1100011 101111

Color Harmonies of #E601ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601ED

Black with #E601ED

Text Example


Text Example

White with #E601ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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