Html Css Color HEX #E411FF Psychedelic Purple

📋 copy color: '#E411FF'

red 228 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #E411FF

Tints of Psychedelic Purple #E411FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.4%

 BLUE value IS 255 (100% from 255) = 51%

R = 45.6%
G = 3.4%
B = 51%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E411FF (or 0xE411FF) is known color: Psychedelic Purple. HEX triplet: E4, 11 and FF. RGB value is (228,17,255). Sum of RGB (Red+Green+Blue) = 228+17+255=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E411FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411FF is #1BEE00. Grayscale: #6A6A6A. Windows color (decimal): -1830401 or 16716260. OLE color: 16716260.

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

Color convert

RGB 228 17 255 -
CMYK 0.11 0.93 0 0
HSL 293.19º 1% 0.53% -
HSV(B) 293.19º 0.93% 1% -
XYZ 50.25 24.11 96.61 -
YUV 107.22 211.4 214.15 -
System Red Green Blue C M Y K H S L
Decimal 228 17 255 0.11 0.93 0 0 293.19 1 0.53
Hex E4 11 FF B 5D 0 0 125 64 35
Octal 344 21 377 13 135 0 0 445 144 65
Binary 11100100 10001 11111111 1011 1011101 0 0 100100101 1100100 110101

Color Harmonies of #E411FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E411FF

Black with #E411FF

Text Example


Text Example

White with #E411FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E411FF; }

 p { color: rgb(228,17,255); }

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

background-color css

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

 a { background-color: rgb(228,17,255); }

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

border-color css

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

 span { border-color: rgb(228,17,255); }

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