Html Css Color HEX #E52EFA Psychedelic Purple

📋 copy color: '#E52EFA'

red 229 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #E52EFA

Tints of Psychedelic Purple #E52EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.76%

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

R = 43.62%
G = 8.76%
B = 47.62%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E52EFA (or 0xE52EFA) is known color: Psychedelic Purple. HEX triplet: E5, 2E and FA. RGB value is (229,46,250). Sum of RGB (Red+Green+Blue) = 229+46+250=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 46 (18.36% from 255 or 8.76% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #E52EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EFA is #1AD105. Grayscale: #7B7B7B. Windows color (decimal): -1757446 or 16396005. OLE color: 16396005.

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

Color convert

RGB 229 46 250 -
CMYK 0.08 0.82 0 0.02
HSL 293.82º 0.95% 0.58% -
HSV(B) 293.82º 0.82% 0.98% -
XYZ 50.55 25.51 92.7 -
YUV 123.97 199.13 202.91 -
System Red Green Blue C M Y K H S L
Decimal 229 46 250 0.08 0.82 0 0.02 293.82 0.95 0.58
Hex E5 2E FA 8 52 0 2 126 5F 3A
Octal 345 56 372 10 122 0 2 446 137 72
Binary 11100101 101110 11111010 1000 1010010 0 10 100100110 1011111 111010

Color Harmonies of #E52EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EFA

Black with #E52EFA

Text Example


Text Example

White with #E52EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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