Html Css Color HEX #E404E2 Psychedelic Purple

📋 copy color: '#E404E2'

red 228 ◦ green 4 ◦ blue 226

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

Shades of Psychedelic Purple #E404E2

Tints of Psychedelic Purple #E404E2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

 BLUE value IS 226 (88.67% from 255) = 49.34%

R = 49.78%
G = 0.87%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E404E2 (or 0xE404E2) is known color: Psychedelic Purple. HEX triplet: E4, 04 and E2. RGB value is (228,4,226). Sum of RGB (Red+Green+Blue) = 228+4+226=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 226 (88.67% from 255 or 49.34% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E404E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E404E2 is #1BFB1D. Grayscale: #5F5F5F. Windows color (decimal): -1833758 or 14812388. OLE color: 14812388.

HSL color Cylindrical-coordinate representation of color #E404E2: hue angle of 300.54º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404E2 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 4 226 -
CMYK 0 0.98 0.01 0.11
HSL 300.54º 0.97% 0.45% -
HSV(B) 300.54º 0.98% 0.89% -
XYZ 45.77 22.07 73.8 -
YUV 96.28 201.21 221.95 -
System Red Green Blue C M Y K H S L
Decimal 228 4 226 0 0.98 0.01 0.11 300.54 0.97 0.45
Hex E4 4 E2 0 62 1 B 12D 61 2D
Octal 344 4 342 0 142 1 13 455 141 55
Binary 11100100 100 11100010 0 1100010 1 1011 100101101 1100001 101101

Color Harmonies of #E404E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404E2

Black with #E404E2

Text Example


Text Example

White with #E404E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404E2; }

 p { color: rgb(228,4,226); }

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

background-color css

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

 a { background-color: rgb(228,4,226); }

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

border-color css

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

 span { border-color: rgb(228,4,226); }

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