Html Css Color HEX #E715FE Psychedelic Purple

📋 copy color: '#E715FE'

red 231 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #E715FE

Tints of Psychedelic Purple #E715FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.15%

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

R = 45.65%
G = 4.15%
B = 50.2%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E715FE (or 0xE715FE) is known color: Psychedelic Purple. HEX triplet: E7, 15 and FE. RGB value is (231,21,254). Sum of RGB (Red+Green+Blue) = 231+21+254=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #E715FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715FE is #18EA01. Grayscale: #6D6D6D. Windows color (decimal): -1632770 or 16651751. OLE color: 16651751.

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

Color convert

RGB 231 21 254 -
CMYK 0.09 0.92 0 0.00
HSL 294.08º 0.99% 0.54% -
HSV(B) 294.08º 0.92% 1% -
XYZ 51.11 24.68 95.84 -
YUV 110.35 209.07 214.05 -
System Red Green Blue C M Y K H S L
Decimal 231 21 254 0.09 0.92 0 0.00 294.08 0.99 0.54
Hex E7 15 FE 9 5C 0 0 126 63 36
Octal 347 25 376 11 134 0 0 446 143 66
Binary 11100111 10101 11111110 1001 1011100 0 0 100100110 1100011 110110

Color Harmonies of #E715FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715FE

Black with #E715FE

Text Example


Text Example

White with #E715FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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