Html Css Color HEX #E600E6 Psychedelic Purple

📋 copy color: '#E600E6'

red 230 ◦ green 0 ◦ blue 230

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

Shades of Psychedelic Purple #E600E6

Tints of Psychedelic Purple #E600E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E600E6 (or 0xE600E6) is known color: Psychedelic Purple. HEX triplet: E6, 00 and E6. RGB value is (230,0,230). Sum of RGB (Red+Green+Blue) = 230+0+230=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E600E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600E6 is #19FF19. Grayscale: #5E5E5E. Windows color (decimal): -1703706 or 15073510. OLE color: 15073510.

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

Color convert

RGB 230 0 230 -
CMYK 0 1 0 0.10
HSL 300º 1% 0.45% -
HSV(B) 300º 1% 0.9% -
XYZ 46.92 22.54 76.74 -
YUV 94.99 204.2 224.3 -
System Red Green Blue C M Y K H S L
Decimal 230 0 230 0 1 0 0.10 300 1 0.45
Hex E6 0 E6 0 64 0 A 12C 64 2D
Octal 346 0 346 0 144 0 12 454 144 55
Binary 11100110 0 11100110 0 1100100 0 1010 100101100 1100100 101101

Color Harmonies of #E600E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600E6

Black with #E600E6

Text Example


Text Example

White with #E600E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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