Html Css Color HEX #E600FF Psychedelic Purple

📋 copy color: '#E600FF'

red 230 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #E600FF

Tints of Psychedelic Purple #E600FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 47.42%
G = 0%
B = 52.58%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E600FF (or 0xE600FF) is known color: Psychedelic Purple. HEX triplet: E6, 00 and FF. RGB value is (230,0,255). Sum of RGB (Red+Green+Blue) = 230+0+255=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #E600FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600FF is #19FF00. Grayscale: #616161. Windows color (decimal): -1703681 or 16711910. OLE color: 16711910.

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

Color convert

RGB 230 0 255 -
CMYK 0.10 1 0 0
HSL 294.12º 1% 0.5% -
HSV(B) 294.12º 1% 1% -
XYZ 50.68 24.04 96.58 -
YUV 97.84 216.7 222.27 -
System Red Green Blue C M Y K H S L
Decimal 230 0 255 0.10 1 0 0 294.12 1 0.5
Hex E6 0 FF A 64 0 0 126 64 32
Octal 346 0 377 12 144 0 0 446 144 62
Binary 11100110 0 11111111 1010 1100100 0 0 100100110 1100100 110010

Color Harmonies of #E600FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600FF

Black with #E600FF

Text Example


Text Example

White with #E600FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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