Html Css Color HEX #E411EB Psychedelic Purple

📋 copy color: '#E411EB'

red 228 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #E411EB

Tints of Psychedelic Purple #E411EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 47.5%
G = 3.54%
B = 48.96%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E411EB (or 0xE411EB) is known color: Psychedelic Purple. HEX triplet: E4, 11 and EB. RGB value is (228,17,235). Sum of RGB (Red+Green+Blue) = 228+17+235=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #E411EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411EB is #1BEE14. Grayscale: #686868. Windows color (decimal): -1830421 or 15405540. OLE color: 15405540.

HSL color Cylindrical-coordinate representation of color #E411EB: hue angle of 298.07º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411EB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 17 235 -
CMYK 0.03 0.93 0 0.08
HSL 298.07º 0.87% 0.49% -
HSV(B) 298.07º 0.93% 0.92% -
XYZ 47.19 22.89 80.53 -
YUV 104.94 201.4 215.77 -
System Red Green Blue C M Y K H S L
Decimal 228 17 235 0.03 0.93 0 0.08 298.07 0.87 0.49
Hex E4 11 EB 3 5D 0 8 12A 57 31
Octal 344 21 353 3 135 0 10 452 127 61
Binary 11100100 10001 11101011 11 1011101 0 1000 100101010 1010111 110001

Color Harmonies of #E411EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E411EB

Black with #E411EB

Text Example


Text Example

White with #E411EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E411EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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