Html Css Color HEX #E504EB Psychedelic Purple

📋 copy color: '#E504EB'

red 229 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #E504EB

Tints of Psychedelic Purple #E504EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 48.93%
G = 0.85%
B = 50.21%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E504EB (or 0xE504EB) is known color: Psychedelic Purple. HEX triplet: E5, 04 and EB. RGB value is (229,4,235). Sum of RGB (Red+Green+Blue) = 229+4+235=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #E504EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504EB is #1AFB14. Grayscale: #606060. Windows color (decimal): -1768213 or 15402213. OLE color: 15402213.

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

Color convert

RGB 229 4 235 -
CMYK 0.03 0.98 0 0.08
HSL 298.44º 0.97% 0.47% -
HSV(B) 298.44º 0.98% 0.92% -
XYZ 47.35 22.74 80.49 -
YUV 97.61 205.54 221.72 -
System Red Green Blue C M Y K H S L
Decimal 229 4 235 0.03 0.98 0 0.08 298.44 0.97 0.47
Hex E5 4 EB 3 62 0 8 12A 61 2F
Octal 345 4 353 3 142 0 10 452 141 57
Binary 11100101 100 11101011 11 1100010 0 1000 100101010 1100001 101111

Color Harmonies of #E504EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504EB

Black with #E504EB

Text Example


Text Example

White with #E504EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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