Html Css Color HEX #E40EFE Psychedelic Purple

📋 copy color: '#E40EFE'

red 228 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #E40EFE

Tints of Psychedelic Purple #E40EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.82%

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

R = 45.97%
G = 2.82%
B = 51.21%

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

#E40EFE (or 0xE40EFE) is known color: Psychedelic Purple. HEX triplet: E4, 0E and FE. RGB value is (228,14,254). Sum of RGB (Red+Green+Blue) = 228+14+254=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #E40EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EFE is #1BF101. Grayscale: #686868. Windows color (decimal): -1831170 or 16649956. OLE color: 16649956.

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

Color convert

RGB 228 14 254 -
CMYK 0.10 0.94 0 0.00
HSL 293.5º 0.99% 0.53% -
HSV(B) 293.5º 0.94% 1% -
XYZ 50.04 23.96 95.75 -
YUV 105.35 211.9 215.49 -
System Red Green Blue C M Y K H S L
Decimal 228 14 254 0.10 0.94 0 0.00 293.5 0.99 0.53
Hex E4 E FE A 5E 0 0 126 63 35
Octal 344 16 376 12 136 0 0 446 143 65
Binary 11100100 1110 11111110 1010 1011110 0 0 100100110 1100011 110101

Color Harmonies of #E40EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EFE

Black with #E40EFE

Text Example


Text Example

White with #E40EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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