Html Css Color HEX #E409EA Psychedelic Purple

📋 copy color: '#E409EA'

red 228 ◦ green 9 ◦ blue 234

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

Shades of Psychedelic Purple #E409EA

Tints of Psychedelic Purple #E409EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 48.41%
G = 1.91%
B = 49.68%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E409EA (or 0xE409EA) is known color: Psychedelic Purple. HEX triplet: E4, 09 and EA. RGB value is (228,9,234). Sum of RGB (Red+Green+Blue) = 228+9+234=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #E409EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E409EA is #1BF615. Grayscale: #636363. Windows color (decimal): -1832470 or 15337956. OLE color: 15337956.

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

Color convert

RGB 228 9 234 -
CMYK 0.03 0.96 0 0.08
HSL 298.4º 0.93% 0.48% -
HSV(B) 298.4º 0.96% 0.92% -
XYZ 46.94 22.63 79.74 -
YUV 100.13 203.55 219.2 -
System Red Green Blue C M Y K H S L
Decimal 228 9 234 0.03 0.96 0 0.08 298.4 0.93 0.48
Hex E4 9 EA 3 60 0 8 12A 5D 30
Octal 344 11 352 3 140 0 10 452 135 60
Binary 11100100 1001 11101010 11 1100000 0 1000 100101010 1011101 110000

Color Harmonies of #E409EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E409EA

Black with #E409EA

Text Example


Text Example

White with #E409EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E409EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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