Html Css Color HEX #E409F5 Psychedelic Purple

📋 copy color: '#E409F5'

red 228 ◦ green 9 ◦ blue 245

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

Shades of Psychedelic Purple #E409F5

Tints of Psychedelic Purple #E409F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 47.3%
G = 1.87%
B = 50.83%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E409F5 (or 0xE409F5) is known color: Psychedelic Purple. HEX triplet: E4, 09 and F5. RGB value is (228,9,245). Sum of RGB (Red+Green+Blue) = 228+9+245=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #E409F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E409F5 is #1BF60A. Grayscale: #646464. Windows color (decimal): -1832459 or 16058852. OLE color: 16058852.

HSL color Cylindrical-coordinate representation of color #E409F5: hue angle of 295.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409F5 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 9 245 -
CMYK 0.07 0.96 0 0.04
HSL 295.68º 0.93% 0.5% -
HSV(B) 295.68º 0.96% 0.96% -
XYZ 48.57 23.28 88.32 -
YUV 101.39 209.05 218.31 -
System Red Green Blue C M Y K H S L
Decimal 228 9 245 0.07 0.96 0 0.04 295.68 0.93 0.5
Hex E4 9 F5 7 60 0 4 128 5D 32
Octal 344 11 365 7 140 0 4 450 135 62
Binary 11100100 1001 11110101 111 1100000 0 100 100101000 1011101 110010

Color Harmonies of #E409F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E409F5

Black with #E409F5

Text Example


Text Example

White with #E409F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E409F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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