Html Css Color HEX #E52AEF Psychedelic Purple

📋 copy color: '#E52AEF'

red 229 ◦ green 42 ◦ blue 239

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

Shades of Psychedelic Purple #E52AEF

Tints of Psychedelic Purple #E52AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 44.9%
G = 8.24%
B = 46.86%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E52AEF (or 0xE52AEF) is known color: Psychedelic Purple. HEX triplet: E5, 2A and EF. RGB value is (229,42,239). Sum of RGB (Red+Green+Blue) = 229+42+239=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 42 (16.80% from 255 or 8.24% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #E52AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52AEF is #1AD510. Grayscale: #777777. Windows color (decimal): -1758481 or 15674085. OLE color: 15674085.

HSL color Cylindrical-coordinate representation of color #E52AEF: hue angle of 296.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52AEF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 42 239 -
CMYK 0.04 0.82 0 0.06
HSL 296.95º 0.86% 0.55% -
HSV(B) 296.95º 0.82% 0.94% -
XYZ 48.72 24.55 83.83 -
YUV 120.37 194.95 205.48 -
System Red Green Blue C M Y K H S L
Decimal 229 42 239 0.04 0.82 0 0.06 296.95 0.86 0.55
Hex E5 2A EF 4 52 0 6 129 56 37
Octal 345 52 357 4 122 0 6 451 126 67
Binary 11100101 101010 11101111 100 1010010 0 110 100101001 1010110 110111

Color Harmonies of #E52AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AEF

Black with #E52AEF

Text Example


Text Example

White with #E52AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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