Html Css Color HEX #E408F0 Psychedelic Purple

📋 copy color: '#E408F0'

red 228 ◦ green 8 ◦ blue 240

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

Shades of Psychedelic Purple #E408F0

Tints of Psychedelic Purple #E408F0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

 BLUE value IS 240 (94.14% from 255) = 50.42%

R = 47.9%
G = 1.68%
B = 50.42%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E408F0 (or 0xE408F0) is known color: Psychedelic Purple. HEX triplet: E4, 08 and F0. RGB value is (228,8,240). Sum of RGB (Red+Green+Blue) = 228+8+240=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 8 (3.52% from 255 or 1.68% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #E408F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E408F0 is #1BF70F. Grayscale: #636363. Windows color (decimal): -1832720 or 15730916. OLE color: 15730916.

HSL color Cylindrical-coordinate representation of color #E408F0: hue angle of 296.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E408F0 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 8 240 -
CMYK 0.05 0.97 0 0.06
HSL 296.9º 0.94% 0.49% -
HSV(B) 296.9º 0.97% 0.94% -
XYZ 47.81 22.96 84.35 -
YUV 100.23 206.89 219.14 -
System Red Green Blue C M Y K H S L
Decimal 228 8 240 0.05 0.97 0 0.06 296.9 0.94 0.49
Hex E4 8 F0 5 61 0 6 129 5E 31
Octal 344 10 360 5 141 0 6 451 136 61
Binary 11100100 1000 11110000 101 1100001 0 110 100101001 1011110 110001

Color Harmonies of #E408F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E408F0

Black with #E408F0

Text Example


Text Example

White with #E408F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E408F0; }

 p { color: rgb(228,8,240); }

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

background-color css

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

 a { background-color: rgb(228,8,240); }

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

border-color css

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

 span { border-color: rgb(228,8,240); }

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