Html Css Color HEX #E600FA Psychedelic Purple

📋 copy color: '#E600FA'

red 230 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #E600FA

Tints of Psychedelic Purple #E600FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 47.92%
G = 0%
B = 52.08%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E600FA (or 0xE600FA) is known color: Psychedelic Purple. HEX triplet: E6, 00 and FA. RGB value is (230,0,250). Sum of RGB (Red+Green+Blue) = 230+0+250=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #E600FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E600FA is #19FF05. Grayscale: #606060. Windows color (decimal): -1703686 or 16384230. OLE color: 16384230.

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

Color convert

RGB 230 0 250 -
CMYK 0.08 1 0 0.02
HSL 295.2º 1% 0.49% -
HSV(B) 295.2º 1% 0.98% -
XYZ 49.89 23.73 92.39 -
YUV 97.27 214.2 222.67 -
System Red Green Blue C M Y K H S L
Decimal 230 0 250 0.08 1 0 0.02 295.2 1 0.49
Hex E6 0 FA 8 64 0 2 127 64 31
Octal 346 0 372 10 144 0 2 447 144 61
Binary 11100110 0 11111010 1000 1100100 0 10 100100111 1100100 110001

Color Harmonies of #E600FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600FA

Black with #E600FA

Text Example


Text Example

White with #E600FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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