Html Css Color HEX #E715FC Psychedelic Purple

📋 copy color: '#E715FC'

red 231 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E715FC

Tints of Psychedelic Purple #E715FC

RGB

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

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

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

R = 45.83%
G = 4.17%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E715FC (or 0xE715FC) is known color: Psychedelic Purple. HEX triplet: E7, 15 and FC. RGB value is (231,21,252). Sum of RGB (Red+Green+Blue) = 231+21+252=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #E715FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715FC is #18EA03. Grayscale: #6D6D6D. Windows color (decimal): -1632772 or 16520679. OLE color: 16520679.

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

Color convert

RGB 231 21 252 -
CMYK 0.08 0.92 0 0.01
HSL 294.55º 0.97% 0.54% -
HSV(B) 294.55º 0.92% 0.99% -
XYZ 50.79 24.55 94.16 -
YUV 110.12 208.07 214.22 -
System Red Green Blue C M Y K H S L
Decimal 231 21 252 0.08 0.92 0 0.01 294.55 0.97 0.54
Hex E7 15 FC 8 5C 0 1 127 61 36
Octal 347 25 374 10 134 0 1 447 141 66
Binary 11100111 10101 11111100 1000 1011100 0 1 100100111 1100001 110110

Color Harmonies of #E715FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715FC

Black with #E715FC

Text Example


Text Example

White with #E715FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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