Html Css Color HEX #E504EC Psychedelic Purple

📋 copy color: '#E504EC'

red 229 ◦ green 4 ◦ blue 236

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

Shades of Psychedelic Purple #E504EC

Tints of Psychedelic Purple #E504EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 48.83%
G = 0.85%
B = 50.32%

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

#E504EC (or 0xE504EC) is known color: Psychedelic Purple. HEX triplet: E5, 04 and EC. RGB value is (229,4,236). Sum of RGB (Red+Green+Blue) = 229+4+236=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #E504EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504EC is #1AFB13. Grayscale: #616161. Windows color (decimal): -1768212 or 15467749. OLE color: 15467749.

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

Color convert

RGB 229 4 236 -
CMYK 0.03 0.98 0 0.07
HSL 298.19º 0.97% 0.47% -
HSV(B) 298.19º 0.98% 0.93% -
XYZ 47.5 22.8 81.25 -
YUV 97.72 206.04 221.64 -
System Red Green Blue C M Y K H S L
Decimal 229 4 236 0.03 0.98 0 0.07 298.19 0.97 0.47
Hex E5 4 EC 3 62 0 7 12A 61 2F
Octal 345 4 354 3 142 0 7 452 141 57
Binary 11100101 100 11101100 11 1100010 0 111 100101010 1100001 101111

Color Harmonies of #E504EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504EC

Black with #E504EC

Text Example


Text Example

White with #E504EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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