Html Css Color HEX #E600EB Psychedelic Purple

📋 copy color: '#E600EB'

red 230 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #E600EB

Tints of Psychedelic Purple #E600EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.46%
G = 0%
B = 50.54%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E600EB (or 0xE600EB) is known color: Psychedelic Purple. HEX triplet: E6, 00 and EB. RGB value is (230,0,235). Sum of RGB (Red+Green+Blue) = 230+0+235=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #E600EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600EB is #19FF14. Grayscale: #5E5E5E. Windows color (decimal): -1703701 or 15401190. OLE color: 15401190.

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

Color convert

RGB 230 0 235 -
CMYK 0.02 1 0 0.08
HSL 298.72º 1% 0.46% -
HSV(B) 298.72º 1% 0.92% -
XYZ 47.63 22.82 80.49 -
YUV 95.56 206.7 223.89 -
System Red Green Blue C M Y K H S L
Decimal 230 0 235 0.02 1 0 0.08 298.72 1 0.46
Hex E6 0 EB 2 64 0 8 12B 64 2E
Octal 346 0 353 2 144 0 10 453 144 56
Binary 11100110 0 11101011 10 1100100 0 1000 100101011 1100100 101110

Color Harmonies of #E600EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600EB

Black with #E600EB

Text Example


Text Example

White with #E600EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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