Html Css Color HEX #E52AFD Psychedelic Purple

📋 copy color: '#E52AFD'

red 229 ◦ green 42 ◦ blue 253

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

Shades of Psychedelic Purple #E52AFD

Tints of Psychedelic Purple #E52AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 43.7%
G = 8.02%
B = 48.28%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E52AFD (or 0xE52AFD) is known color: Psychedelic Purple. HEX triplet: E5, 2A and FD. RGB value is (229,42,253). Sum of RGB (Red+Green+Blue) = 229+42+253=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 42 (16.80% from 255 or 8.02% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #E52AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52AFD is #1AD502. Grayscale: #797979. Windows color (decimal): -1758467 or 16591589. OLE color: 16591589.

HSL color Cylindrical-coordinate representation of color #E52AFD: hue angle of 293.18º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52AFD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 42 253 -
CMYK 0.09 0.83 0 0.01
HSL 293.18º 0.98% 0.58% -
HSV(B) 293.18º 0.83% 0.99% -
XYZ 50.87 25.41 95.15 -
YUV 121.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 229 42 253 0.09 0.83 0 0.01 293.18 0.98 0.58
Hex E5 2A FD 9 53 0 1 125 62 3A
Octal 345 52 375 11 123 0 1 445 142 72
Binary 11100101 101010 11111101 1001 1010011 0 1 100100101 1100010 111010

Color Harmonies of #E52AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AFD

Black with #E52AFD

Text Example


Text Example

White with #E52AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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