Html Css Color HEX #E40CFE Psychedelic Purple

📋 copy color: '#E40CFE'

red 228 ◦ green 12 ◦ blue 254

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

Shades of Psychedelic Purple #E40CFE

Tints of Psychedelic Purple #E40CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.43%

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

R = 46.15%
G = 2.43%
B = 51.42%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E40CFE (or 0xE40CFE) is known color: Psychedelic Purple. HEX triplet: E4, 0C and FE. RGB value is (228,12,254). Sum of RGB (Red+Green+Blue) = 228+12+254=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #E40CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CFE is #1BF301. Grayscale: #676767. Windows color (decimal): -1831682 or 16649444. OLE color: 16649444.

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

Color convert

RGB 228 12 254 -
CMYK 0.10 0.95 0 0.00
HSL 293.55º 0.99% 0.52% -
HSV(B) 293.55º 0.95% 1% -
XYZ 50.02 23.91 95.75 -
YUV 104.17 212.56 216.32 -
System Red Green Blue C M Y K H S L
Decimal 228 12 254 0.10 0.95 0 0.00 293.55 0.99 0.52
Hex E4 C FE A 5F 0 0 126 63 34
Octal 344 14 376 12 137 0 0 446 143 64
Binary 11100100 1100 11111110 1010 1011111 0 0 100100110 1100011 110100

Color Harmonies of #E40CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CFE

Black with #E40CFE

Text Example


Text Example

White with #E40CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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