Html Css Color HEX #E700FF Psychedelic Purple

📋 copy color: '#E700FF'

red 231 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #E700FF

Tints of Psychedelic Purple #E700FF

RGB

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

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

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

R = 47.53%
G = 0%
B = 52.47%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E700FF (or 0xE700FF) is known color: Psychedelic Purple. HEX triplet: E7, 00 and FF. RGB value is (231,0,255). Sum of RGB (Red+Green+Blue) = 231+0+255=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #E700FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700FF is #18FF00. Grayscale: #616161. Windows color (decimal): -1638145 or 16711911. OLE color: 16711911.

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

Color convert

RGB 231 0 255 -
CMYK 0.09 1 0 0
HSL 294.35º 1% 0.5% -
HSV(B) 294.35º 1% 1% -
XYZ 51 24.21 96.59 -
YUV 98.14 216.53 222.77 -
System Red Green Blue C M Y K H S L
Decimal 231 0 255 0.09 1 0 0 294.35 1 0.5
Hex E7 0 FF 9 64 0 0 126 64 32
Octal 347 0 377 11 144 0 0 446 144 62
Binary 11100111 0 11111111 1001 1100100 0 0 100100110 1100100 110010

Color Harmonies of #E700FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700FF

Black with #E700FF

Text Example


Text Example

White with #E700FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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