Html Css Color HEX #E700FA Psychedelic Purple

📋 copy color: '#E700FA'

red 231 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #E700FA

Tints of Psychedelic Purple #E700FA

RGB

 RED value IS 231 (90.63% from 255) = 48.02%

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

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

R = 48.02%
G = 0%
B = 51.98%

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

#E700FA (or 0xE700FA) is known color: Psychedelic Purple. HEX triplet: E7, 00 and FA. RGB value is (231,0,250). Sum of RGB (Red+Green+Blue) = 231+0+250=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #E700FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700FA is #18FF05. Grayscale: #606060. Windows color (decimal): -1638150 or 16384231. OLE color: 16384231.

HSL color Cylindrical-coordinate representation of color #E700FA: hue angle of 295.44º 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 #E700FA is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 0 250 -
CMYK 0.08 1 0 0.02
HSL 295.44º 1% 0.49% -
HSV(B) 295.44º 1% 0.98% -
XYZ 50.21 23.89 92.41 -
YUV 97.57 214.03 223.17 -
System Red Green Blue C M Y K H S L
Decimal 231 0 250 0.08 1 0 0.02 295.44 1 0.49
Hex E7 0 FA 8 64 0 2 127 64 31
Octal 347 0 372 10 144 0 2 447 144 61
Binary 11100111 0 11111010 1000 1100100 0 10 100100111 1100100 110001

Color Harmonies of #E700FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700FA

Black with #E700FA

Text Example


Text Example

White with #E700FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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