Html Css Color HEX #E52AED Psychedelic Purple

📋 copy color: '#E52AED'

red 229 ◦ green 42 ◦ blue 237

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

Shades of Psychedelic Purple #E52AED

Tints of Psychedelic Purple #E52AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.27%

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

R = 45.08%
G = 8.27%
B = 46.65%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E52AED (or 0xE52AED) is known color: Psychedelic Purple. HEX triplet: E5, 2A and ED. RGB value is (229,42,237). Sum of RGB (Red+Green+Blue) = 229+42+237=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #E52AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52AED is #1AD512. Grayscale: #777777. Windows color (decimal): -1758483 or 15543013. OLE color: 15543013.

HSL color Cylindrical-coordinate representation of color #E52AED: hue angle of 297.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AED is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 42 237 -
CMYK 0.03 0.82 0 0.07
HSL 297.54º 0.84% 0.55% -
HSV(B) 297.54º 0.82% 0.93% -
XYZ 48.43 24.43 82.28 -
YUV 120.14 193.95 205.64 -
System Red Green Blue C M Y K H S L
Decimal 229 42 237 0.03 0.82 0 0.07 297.54 0.84 0.55
Hex E5 2A ED 3 52 0 7 12A 54 37
Octal 345 52 355 3 122 0 7 452 124 67
Binary 11100101 101010 11101101 11 1010010 0 111 100101010 1010100 110111

Color Harmonies of #E52AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AED

Black with #E52AED

Text Example


Text Example

White with #E52AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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