Html Css Color HEX #E409F0 Psychedelic Purple

📋 copy color: '#E409F0'

red 228 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #E409F0

Tints of Psychedelic Purple #E409F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.89%

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

R = 47.8%
G = 1.89%
B = 50.31%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E409F0 (or 0xE409F0) is known color: Psychedelic Purple. HEX triplet: E4, 09 and F0. RGB value is (228,9,240). Sum of RGB (Red+Green+Blue) = 228+9+240=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #E409F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E409F0 is #1BF60F. Grayscale: #646464. Windows color (decimal): -1832464 or 15731172. OLE color: 15731172.

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

Color convert

RGB 228 9 240 -
CMYK 0.05 0.96 0 0.06
HSL 296.88º 0.93% 0.49% -
HSV(B) 296.88º 0.96% 0.94% -
XYZ 47.82 22.98 84.35 -
YUV 100.82 206.55 218.72 -
System Red Green Blue C M Y K H S L
Decimal 228 9 240 0.05 0.96 0 0.06 296.88 0.93 0.49
Hex E4 9 F0 5 60 0 6 129 5D 31
Octal 344 11 360 5 140 0 6 451 135 61
Binary 11100100 1001 11110000 101 1100000 0 110 100101001 1011101 110001

Color Harmonies of #E409F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E409F0

Black with #E409F0

Text Example


Text Example

White with #E409F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E409F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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