Html Css Color HEX #E40FFE Psychedelic Purple

📋 copy color: '#E40FFE'

red 228 ◦ green 15 ◦ blue 254

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

Shades of Psychedelic Purple #E40FFE

Tints of Psychedelic Purple #E40FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.02%

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

R = 45.88%
G = 3.02%
B = 51.11%

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

#E40FFE (or 0xE40FFE) is known color: Psychedelic Purple. HEX triplet: E4, 0F and FE. RGB value is (228,15,254). Sum of RGB (Red+Green+Blue) = 228+15+254=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #E40FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FFE is #1BF001. Grayscale: #696969. Windows color (decimal): -1830914 or 16650212. OLE color: 16650212.

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

Color convert

RGB 228 15 254 -
CMYK 0.10 0.94 0 0.00
HSL 293.47º 0.99% 0.53% -
HSV(B) 293.47º 0.94% 1% -
XYZ 50.06 23.99 95.76 -
YUV 105.93 211.57 215.07 -
System Red Green Blue C M Y K H S L
Decimal 228 15 254 0.10 0.94 0 0.00 293.47 0.99 0.53
Hex E4 F FE A 5E 0 0 125 63 35
Octal 344 17 376 12 136 0 0 445 143 65
Binary 11100100 1111 11111110 1010 1011110 0 0 100100101 1100011 110101

Color Harmonies of #E40FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FFE

Black with #E40FFE

Text Example


Text Example

White with #E40FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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