Html Css Color HEX #E601EB Psychedelic Purple

📋 copy color: '#E601EB'

red 230 ◦ green 1 ◦ blue 235

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

Shades of Psychedelic Purple #E601EB

Tints of Psychedelic Purple #E601EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 49.36%
G = 0.21%
B = 50.43%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E601EB (or 0xE601EB) is known color: Psychedelic Purple. HEX triplet: E6, 01 and EB. RGB value is (230,1,235). Sum of RGB (Red+Green+Blue) = 230+1+235=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #E601EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E601EB is #19FE14. Grayscale: #5F5F5F. Windows color (decimal): -1703445 or 15401446. OLE color: 15401446.

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

Color convert

RGB 230 1 235 -
CMYK 0.02 1.00 0 0.08
HSL 298.72º 0.99% 0.46% -
HSV(B) 298.72º 1% 0.92% -
XYZ 47.64 22.84 80.5 -
YUV 96.15 206.37 223.47 -
System Red Green Blue C M Y K H S L
Decimal 230 1 235 0.02 1.00 0 0.08 298.72 0.99 0.46
Hex E6 1 EB 2 64 0 8 12B 63 2E
Octal 346 1 353 2 144 0 10 453 143 56
Binary 11100110 1 11101011 10 1100100 0 1000 100101011 1100011 101110

Color Harmonies of #E601EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601EB

Black with #E601EB

Text Example


Text Example

White with #E601EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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