Html Css Color HEX #E700FC Psychedelic Purple

📋 copy color: '#E700FC'

red 231 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #E700FC

Tints of Psychedelic Purple #E700FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 47.83%
G = 0%
B = 52.17%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E700FC (or 0xE700FC) is known color: Psychedelic Purple. HEX triplet: E7, 00 and FC. RGB value is (231,0,252). Sum of RGB (Red+Green+Blue) = 231+0+252=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E700FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700FC is #18FF03. Grayscale: #616161. Windows color (decimal): -1638148 or 16515303. OLE color: 16515303.

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

Color convert

RGB 231 0 252 -
CMYK 0.08 1 0 0.01
HSL 295º 1% 0.49% -
HSV(B) 295º 1% 0.99% -
XYZ 50.53 24.02 94.07 -
YUV 97.8 215.03 223.01 -
System Red Green Blue C M Y K H S L
Decimal 231 0 252 0.08 1 0 0.01 295 1 0.49
Hex E7 0 FC 8 64 0 1 127 64 31
Octal 347 0 374 10 144 0 1 447 144 61
Binary 11100111 0 11111100 1000 1100100 0 1 100100111 1100100 110001

Color Harmonies of #E700FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700FC

Black with #E700FC

Text Example


Text Example

White with #E700FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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