Html Css Color HEX #E52DFF Psychedelic Purple

📋 copy color: '#E52DFF'

red 229 ◦ green 45 ◦ blue 255

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

Shades of Psychedelic Purple #E52DFF

Tints of Psychedelic Purple #E52DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 43.29%
G = 8.51%
B = 48.2%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E52DFF (or 0xE52DFF) is known color: Psychedelic Purple. HEX triplet: E5, 2D and FF. RGB value is (229,45,255). Sum of RGB (Red+Green+Blue) = 229+45+255=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 45 (17.97% from 255 or 8.51% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #E52DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DFF is #1AD200. Grayscale: #7B7B7B. Windows color (decimal): -1757697 or 16723429. OLE color: 16723429.

HSL color Cylindrical-coordinate representation of color #E52DFF: hue angle of 292.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52DFF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 45 255 -
CMYK 0.10 0.82 0 0
HSL 292.57º 1% 0.59% -
HSV(B) 292.57º 0.82% 1% -
XYZ 51.3 25.75 96.88 -
YUV 123.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 229 45 255 0.10 0.82 0 0 292.57 1 0.59
Hex E5 2D FF A 52 0 0 125 64 3B
Octal 345 55 377 12 122 0 0 445 144 73
Binary 11100101 101101 11111111 1010 1010010 0 0 100100101 1100100 111011

Color Harmonies of #E52DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DFF

Black with #E52DFF

Text Example


Text Example

White with #E52DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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