Html Css Color HEX #E413FE Psychedelic Purple

📋 copy color: '#E413FE'

red 228 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #E413FE

Tints of Psychedelic Purple #E413FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.79%

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

R = 45.51%
G = 3.79%
B = 50.7%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E413FE (or 0xE413FE) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FE. RGB value is (228,19,254). Sum of RGB (Red+Green+Blue) = 228+19+254=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 19 (7.81% from 255 or 3.79% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E413FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FE is #1BEC01. Grayscale: #6B6B6B. Windows color (decimal): -1829890 or 16651236. OLE color: 16651236.

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

Color convert

RGB 228 19 254 -
CMYK 0.10 0.93 0 0.00
HSL 293.36º 0.99% 0.54% -
HSV(B) 293.36º 0.93% 1% -
XYZ 50.12 24.12 95.78 -
YUV 108.28 210.24 213.39 -
System Red Green Blue C M Y K H S L
Decimal 228 19 254 0.10 0.93 0 0.00 293.36 0.99 0.54
Hex E4 13 FE A 5D 0 0 125 63 36
Octal 344 23 376 12 135 0 0 445 143 66
Binary 11100100 10011 11111110 1010 1011101 0 0 100100101 1100011 110110

Color Harmonies of #E413FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413FE

Black with #E413FE

Text Example


Text Example

White with #E413FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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