Html Css Color HEX #E415FC Psychedelic Purple

📋 copy color: '#E415FC'

red 228 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E415FC

Tints of Psychedelic Purple #E415FC

RGB

 RED value IS 228 (89.45% from 255) = 45.51%

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

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

R = 45.51%
G = 4.19%
B = 50.3%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E415FC (or 0xE415FC) is known color: Psychedelic Purple. HEX triplet: E4, 15 and FC. RGB value is (228,21,252). Sum of RGB (Red+Green+Blue) = 228+21+252=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #E415FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415FC is #1BEA03. Grayscale: #6C6C6C. Windows color (decimal): -1829380 or 16520676. OLE color: 16520676.

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

Color convert

RGB 228 21 252 -
CMYK 0.10 0.92 0 0.01
HSL 293.77º 0.97% 0.54% -
HSV(B) 293.77º 0.92% 0.99% -
XYZ 49.83 24.06 94.11 -
YUV 109.23 208.58 212.72 -
System Red Green Blue C M Y K H S L
Decimal 228 21 252 0.10 0.92 0 0.01 293.77 0.97 0.54
Hex E4 15 FC A 5C 0 1 126 61 36
Octal 344 25 374 12 134 0 1 446 141 66
Binary 11100100 10101 11111100 1010 1011100 0 1 100100110 1100001 110110

Color Harmonies of #E415FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415FC

Black with #E415FC

Text Example


Text Example

White with #E415FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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