Html Css Color HEX #E409FA Psychedelic Purple

📋 copy color: '#E409FA'

red 228 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #E409FA

Tints of Psychedelic Purple #E409FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 46.82%
G = 1.85%
B = 51.33%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E409FA (or 0xE409FA) is known color: Psychedelic Purple. HEX triplet: E4, 09 and FA. RGB value is (228,9,250). Sum of RGB (Red+Green+Blue) = 228+9+250=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 9 (3.91% from 255 or 1.85% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #E409FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E409FA is #1BF605. Grayscale: #656565. Windows color (decimal): -1832454 or 16386532. OLE color: 16386532.

HSL color Cylindrical-coordinate representation of color #E409FA: hue angle of 294.52º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409FA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 9 250 -
CMYK 0.09 0.96 0 0.02
HSL 294.52º 0.96% 0.51% -
HSV(B) 294.52º 0.96% 0.98% -
XYZ 49.35 23.59 92.4 -
YUV 101.96 211.55 217.9 -
System Red Green Blue C M Y K H S L
Decimal 228 9 250 0.09 0.96 0 0.02 294.52 0.96 0.51
Hex E4 9 FA 9 60 0 2 127 60 33
Octal 344 11 372 11 140 0 2 447 140 63
Binary 11100100 1001 11111010 1001 1100000 0 10 100100111 1100000 110011

Color Harmonies of #E409FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E409FA

Black with #E409FA

Text Example


Text Example

White with #E409FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E409FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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