Html Css Color HEX #E409F2 Psychedelic Purple

📋 copy color: '#E409F2'

red 228 ◦ green 9 ◦ blue 242

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

Shades of Psychedelic Purple #E409F2

Tints of Psychedelic Purple #E409F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 47.6%
G = 1.88%
B = 50.52%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E409F2 (or 0xE409F2) is known color: Psychedelic Purple. HEX triplet: E4, 09 and F2. RGB value is (228,9,242). Sum of RGB (Red+Green+Blue) = 228+9+242=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 9 (3.91% from 255 or 1.88% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #E409F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E409F2 is #1BF60D. Grayscale: #646464. Windows color (decimal): -1832462 or 15862244. OLE color: 15862244.

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

Color convert

RGB 228 9 242 -
CMYK 0.06 0.96 0 0.05
HSL 296.39º 0.93% 0.49% -
HSV(B) 296.39º 0.96% 0.95% -
XYZ 48.12 23.1 85.93 -
YUV 101.04 207.55 218.55 -
System Red Green Blue C M Y K H S L
Decimal 228 9 242 0.06 0.96 0 0.05 296.39 0.93 0.49
Hex E4 9 F2 6 60 0 5 128 5D 31
Octal 344 11 362 6 140 0 5 450 135 61
Binary 11100100 1001 11110010 110 1100000 0 101 100101000 1011101 110001

Color Harmonies of #E409F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E409F2

Black with #E409F2

Text Example


Text Example

White with #E409F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E409F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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