Html Css Color HEX #E504ED Psychedelic Purple

📋 copy color: '#E504ED'

red 229 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #E504ED

Tints of Psychedelic Purple #E504ED

RGB

 RED value IS 229 (89.84% from 255) = 48.72%

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

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

R = 48.72%
G = 0.85%
B = 50.43%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E504ED (or 0xE504ED) is known color: Psychedelic Purple. HEX triplet: E5, 04 and ED. RGB value is (229,4,237). Sum of RGB (Red+Green+Blue) = 229+4+237=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #E504ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504ED is #1AFB12. Grayscale: #616161. Windows color (decimal): -1768211 or 15533285. OLE color: 15533285.

HSL color Cylindrical-coordinate representation of color #E504ED: hue angle of 297.94º 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 #E504ED is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 4 237 -
CMYK 0.03 0.98 0 0.07
HSL 297.94º 0.97% 0.47% -
HSV(B) 297.94º 0.98% 0.93% -
XYZ 47.64 22.86 82.02 -
YUV 97.84 206.54 221.55 -
System Red Green Blue C M Y K H S L
Decimal 229 4 237 0.03 0.98 0 0.07 297.94 0.97 0.47
Hex E5 4 ED 3 62 0 7 12A 61 2F
Octal 345 4 355 3 142 0 7 452 141 57
Binary 11100101 100 11101101 11 1100010 0 111 100101010 1100001 101111

Color Harmonies of #E504ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504ED

Black with #E504ED

Text Example


Text Example

White with #E504ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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