Html Css Color HEX #E52AFA Psychedelic Purple

📋 copy color: '#E52AFA'

red 229 ◦ green 42 ◦ blue 250

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

Shades of Psychedelic Purple #E52AFA

Tints of Psychedelic Purple #E52AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 43.95%
G = 8.06%
B = 47.98%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E52AFA (or 0xE52AFA) is known color: Psychedelic Purple. HEX triplet: E5, 2A and FA. RGB value is (229,42,250). Sum of RGB (Red+Green+Blue) = 229+42+250=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 42 (16.80% from 255 or 8.06% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #E52AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52AFA is #1AD505. Grayscale: #787878. Windows color (decimal): -1758470 or 16394981. OLE color: 16394981.

HSL color Cylindrical-coordinate representation of color #E52AFA: hue angle of 293.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52AFA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 42 250 -
CMYK 0.08 0.83 0 0.02
HSL 293.94º 0.95% 0.57% -
HSV(B) 293.94º 0.83% 0.98% -
XYZ 50.4 25.22 92.65 -
YUV 121.63 200.45 204.59 -
System Red Green Blue C M Y K H S L
Decimal 229 42 250 0.08 0.83 0 0.02 293.94 0.95 0.57
Hex E5 2A FA 8 53 0 2 126 5F 39
Octal 345 52 372 10 123 0 2 446 137 71
Binary 11100101 101010 11111010 1000 1010011 0 10 100100110 1011111 111001

Color Harmonies of #E52AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AFA

Black with #E52AFA

Text Example


Text Example

White with #E52AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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