Html Css Color HEX #E601EC Psychedelic Purple

📋 copy color: '#E601EC'

red 230 ◦ green 1 ◦ blue 236

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

Shades of Psychedelic Purple #E601EC

Tints of Psychedelic Purple #E601EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 49.25%
G = 0.21%
B = 50.54%

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

#E601EC (or 0xE601EC) is known color: Psychedelic Purple. HEX triplet: E6, 01 and EC. RGB value is (230,1,236). Sum of RGB (Red+Green+Blue) = 230+1+236=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #E601EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601EC is #19FE13. Grayscale: #5F5F5F. Windows color (decimal): -1703444 or 15466982. OLE color: 15466982.

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

Color convert

RGB 230 1 236 -
CMYK 0.03 1.00 0 0.07
HSL 298.47º 0.99% 0.46% -
HSV(B) 298.47º 1% 0.93% -
XYZ 47.78 22.9 81.26 -
YUV 96.26 206.87 223.39 -
System Red Green Blue C M Y K H S L
Decimal 230 1 236 0.03 1.00 0 0.07 298.47 0.99 0.46
Hex E6 1 EC 3 64 0 7 12A 63 2E
Octal 346 1 354 3 144 0 7 452 143 56
Binary 11100110 1 11101100 11 1100100 0 111 100101010 1100011 101110

Color Harmonies of #E601EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601EC

Black with #E601EC

Text Example


Text Example

White with #E601EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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