Html Css Color HEX #E404ED Psychedelic Purple

📋 copy color: '#E404ED'

red 228 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #E404ED

Tints of Psychedelic Purple #E404ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 48.61%
G = 0.85%
B = 50.53%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E404ED (or 0xE404ED) is known color: Psychedelic Purple. HEX triplet: E4, 04 and ED. RGB value is (228,4,237). Sum of RGB (Red+Green+Blue) = 228+4+237=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #E404ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404ED is #1BFB12. Grayscale: #606060. Windows color (decimal): -1833747 or 15533284. OLE color: 15533284.

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

Color convert

RGB 228 4 237 -
CMYK 0.04 0.98 0 0.07
HSL 297.68º 0.97% 0.47% -
HSV(B) 297.68º 0.98% 0.93% -
XYZ 47.32 22.7 82.01 -
YUV 97.54 206.71 221.05 -
System Red Green Blue C M Y K H S L
Decimal 228 4 237 0.04 0.98 0 0.07 297.68 0.97 0.47
Hex E4 4 ED 4 62 0 7 12A 61 2F
Octal 344 4 355 4 142 0 7 452 141 57
Binary 11100100 100 11101101 100 1100010 0 111 100101010 1100001 101111

Color Harmonies of #E404ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404ED

Black with #E404ED

Text Example


Text Example

White with #E404ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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