Html Css Color HEX #E713FE Psychedelic Purple

📋 copy color: '#E713FE'

red 231 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #E713FE

Tints of Psychedelic Purple #E713FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.77%

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

R = 45.83%
G = 3.77%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E713FE (or 0xE713FE) is known color: Psychedelic Purple. HEX triplet: E7, 13 and FE. RGB value is (231,19,254). Sum of RGB (Red+Green+Blue) = 231+19+254=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #E713FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E713FE is #18EC01. Grayscale: #6C6C6C. Windows color (decimal): -1633282 or 16651239. OLE color: 16651239.

HSL color Cylindrical-coordinate representation of color #E713FE: hue angle of 294.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E713FE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 19 254 -
CMYK 0.09 0.93 0 0.00
HSL 294.13º 0.99% 0.54% -
HSV(B) 294.13º 0.93% 1% -
XYZ 51.08 24.61 95.82 -
YUV 109.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 231 19 254 0.09 0.93 0 0.00 294.13 0.99 0.54
Hex E7 13 FE 9 5D 0 0 126 63 36
Octal 347 23 376 11 135 0 0 446 143 66
Binary 11100111 10011 11111110 1001 1011101 0 0 100100110 1100011 110110

Color Harmonies of #E713FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E713FE

Black with #E713FE

Text Example


Text Example

White with #E713FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E713FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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