Html Css Color HEX #E52DFA Psychedelic Purple

📋 copy color: '#E52DFA'

red 229 ◦ green 45 ◦ blue 250

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

Shades of Psychedelic Purple #E52DFA

Tints of Psychedelic Purple #E52DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.59%

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

R = 43.7%
G = 8.59%
B = 47.71%

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

#E52DFA (or 0xE52DFA) is known color: Psychedelic Purple. HEX triplet: E5, 2D and FA. RGB value is (229,45,250). Sum of RGB (Red+Green+Blue) = 229+45+250=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 45 (17.97% from 255 or 8.59% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #E52DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DFA is #1AD205. Grayscale: #7A7A7A. Windows color (decimal): -1757702 or 16395749. OLE color: 16395749.

HSL color Cylindrical-coordinate representation of color #E52DFA: hue angle of 293.85º 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 #E52DFA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 45 250 -
CMYK 0.08 0.82 0 0.02
HSL 293.85º 0.95% 0.58% -
HSV(B) 293.85º 0.82% 0.98% -
XYZ 50.51 25.44 92.69 -
YUV 123.39 199.46 203.33 -
System Red Green Blue C M Y K H S L
Decimal 229 45 250 0.08 0.82 0 0.02 293.85 0.95 0.58
Hex E5 2D FA 8 52 0 2 126 5F 3A
Octal 345 55 372 10 122 0 2 446 137 72
Binary 11100101 101101 11111010 1000 1010010 0 10 100100110 1011111 111010

Color Harmonies of #E52DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DFA

Black with #E52DFA

Text Example


Text Example

White with #E52DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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