Html Css Color HEX #E700FE Psychedelic Purple

📋 copy color: '#E700FE'

red 231 ◦ green 0 ◦ blue 254

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

Shades of Psychedelic Purple #E700FE

Tints of Psychedelic Purple #E700FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 47.63%
G = 0%
B = 52.37%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E700FE (or 0xE700FE) is known color: Psychedelic Purple. HEX triplet: E7, 00 and FE. RGB value is (231,0,254). Sum of RGB (Red+Green+Blue) = 231+0+254=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #E700FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700FE is #18FF01. Grayscale: #616161. Windows color (decimal): -1638146 or 16646375. OLE color: 16646375.

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

Color convert

RGB 231 0 254 -
CMYK 0.09 1 0 0.00
HSL 294.57º 1% 0.5% -
HSV(B) 294.57º 1% 1% -
XYZ 50.84 24.14 95.75 -
YUV 98.03 216.03 222.85 -
System Red Green Blue C M Y K H S L
Decimal 231 0 254 0.09 1 0 0.00 294.57 1 0.5
Hex E7 0 FE 9 64 0 0 127 64 32
Octal 347 0 376 11 144 0 0 447 144 62
Binary 11100111 0 11111110 1001 1100100 0 0 100100111 1100100 110010

Color Harmonies of #E700FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700FE

Black with #E700FE

Text Example


Text Example

White with #E700FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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