Html Css Color HEX #E815FC Psychedelic Purple

📋 copy color: '#E815FC'

red 232 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E815FC

Tints of Psychedelic Purple #E815FC

RGB

 RED value IS 232 (91.02% from 255) = 45.94%

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

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

R = 45.94%
G = 4.16%
B = 49.9%

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

#E815FC (or 0xE815FC) is known color: Psychedelic Purple. HEX triplet: E8, 15 and FC. RGB value is (232,21,252). Sum of RGB (Red+Green+Blue) = 232+21+252=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E815FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E815FC is #17EA03. Grayscale: #6D6D6D. Windows color (decimal): -1567236 or 16520680. OLE color: 16520680.

HSL color Cylindrical-coordinate representation of color #E815FC: hue angle of 294.81º 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 #E815FC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 21 252 -
CMYK 0.08 0.92 0 0.01
HSL 294.81º 0.97% 0.54% -
HSV(B) 294.81º 0.92% 0.99% -
XYZ 51.12 24.72 94.17 -
YUV 110.42 207.9 214.72 -
System Red Green Blue C M Y K H S L
Decimal 232 21 252 0.08 0.92 0 0.01 294.81 0.97 0.54
Hex E8 15 FC 8 5C 0 1 127 61 36
Octal 350 25 374 10 134 0 1 447 141 66
Binary 11101000 10101 11111100 1000 1011100 0 1 100100111 1100001 110110

Color Harmonies of #E815FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E815FC

Black with #E815FC

Text Example


Text Example

White with #E815FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E815FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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