Html Css Color HEX #E410FE Psychedelic Purple

📋 copy color: '#E410FE'

red 228 ◦ green 16 ◦ blue 254

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

Shades of Psychedelic Purple #E410FE

Tints of Psychedelic Purple #E410FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.21%

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

R = 45.78%
G = 3.21%
B = 51%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E410FE (or 0xE410FE) is known color: Psychedelic Purple. HEX triplet: E4, 10 and FE. RGB value is (228,16,254). Sum of RGB (Red+Green+Blue) = 228+16+254=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #E410FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E410FE is #1BEF01. Grayscale: #696969. Windows color (decimal): -1830658 or 16650468. OLE color: 16650468.

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

Color convert

RGB 228 16 254 -
CMYK 0.10 0.94 0 0.00
HSL 293.45º 0.99% 0.53% -
HSV(B) 293.45º 0.94% 1% -
XYZ 50.07 24.02 95.76 -
YUV 106.52 211.24 214.65 -
System Red Green Blue C M Y K H S L
Decimal 228 16 254 0.10 0.94 0 0.00 293.45 0.99 0.53
Hex E4 10 FE A 5E 0 0 125 63 35
Octal 344 20 376 12 136 0 0 445 143 65
Binary 11100100 10000 11111110 1010 1011110 0 0 100100101 1100011 110101

Color Harmonies of #E410FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E410FE

Black with #E410FE

Text Example


Text Example

White with #E410FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E410FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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