Html Css Color HEX #E415FE Psychedelic Purple

📋 copy color: '#E415FE'

red 228 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #E415FE

Tints of Psychedelic Purple #E415FE

RGB

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

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

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

R = 45.33%
G = 4.17%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E415FE (or 0xE415FE) is known color: Psychedelic Purple. HEX triplet: E4, 15 and FE. RGB value is (228,21,254). Sum of RGB (Red+Green+Blue) = 228+21+254=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #E415FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415FE is #1BEA01. Grayscale: #6C6C6C. Windows color (decimal): -1829378 or 16651748. OLE color: 16651748.

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

Color convert

RGB 228 21 254 -
CMYK 0.10 0.92 0 0.00
HSL 293.3º 0.99% 0.54% -
HSV(B) 293.3º 0.92% 1% -
XYZ 50.15 24.19 95.79 -
YUV 109.46 209.58 212.55 -
System Red Green Blue C M Y K H S L
Decimal 228 21 254 0.10 0.92 0 0.00 293.3 0.99 0.54
Hex E4 15 FE A 5C 0 0 125 63 36
Octal 344 25 376 12 134 0 0 445 143 66
Binary 11100100 10101 11111110 1010 1011100 0 0 100100101 1100011 110110

Color Harmonies of #E415FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415FE

Black with #E415FE

Text Example


Text Example

White with #E415FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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