Html Css Color HEX #E52AEE Psychedelic Purple

📋 copy color: '#E52AEE'

red 229 ◦ green 42 ◦ blue 238

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

Shades of Psychedelic Purple #E52AEE

Tints of Psychedelic Purple #E52AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 44.99%
G = 8.25%
B = 46.76%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E52AEE (or 0xE52AEE) is known color: Psychedelic Purple. HEX triplet: E5, 2A and EE. RGB value is (229,42,238). Sum of RGB (Red+Green+Blue) = 229+42+238=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #E52AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52AEE is #1AD511. Grayscale: #777777. Windows color (decimal): -1758482 or 15608549. OLE color: 15608549.

HSL color Cylindrical-coordinate representation of color #E52AEE: hue angle of 297.24º degrees, saturation: 0.85, 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 #E52AEE is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 42 238 -
CMYK 0.04 0.82 0 0.07
HSL 297.24º 0.85% 0.55% -
HSV(B) 297.24º 0.82% 0.93% -
XYZ 48.57 24.49 83.06 -
YUV 120.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 229 42 238 0.04 0.82 0 0.07 297.24 0.85 0.55
Hex E5 2A EE 4 52 0 7 129 55 37
Octal 345 52 356 4 122 0 7 451 125 67
Binary 11100101 101010 11101110 100 1010010 0 111 100101001 1010101 110111

Color Harmonies of #E52AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AEE

Black with #E52AEE

Text Example


Text Example

White with #E52AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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