Html Css Color HEX #E52CFF Psychedelic Purple

📋 copy color: '#E52CFF'

red 229 ◦ green 44 ◦ blue 255

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

Shades of Psychedelic Purple #E52CFF

Tints of Psychedelic Purple #E52CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.33%

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

R = 43.37%
G = 8.33%
B = 48.3%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E52CFF (or 0xE52CFF) is known color: Psychedelic Purple. HEX triplet: E5, 2C and FF. RGB value is (229,44,255). Sum of RGB (Red+Green+Blue) = 229+44+255=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 44 (17.58% from 255 or 8.33% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #E52CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CFF is #1AD300. Grayscale: #7A7A7A. Windows color (decimal): -1757953 or 16723173. OLE color: 16723173.

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

Color convert

RGB 229 44 255 -
CMYK 0.10 0.83 0 0
HSL 292.61º 1% 0.59% -
HSV(B) 292.61º 0.83% 1% -
XYZ 51.26 25.68 96.86 -
YUV 123.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 229 44 255 0.10 0.83 0 0 292.61 1 0.59
Hex E5 2C FF A 53 0 0 125 64 3B
Octal 345 54 377 12 123 0 0 445 144 73
Binary 11100101 101100 11111111 1010 1010011 0 0 100100101 1100100 111011

Color Harmonies of #E52CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CFF

Black with #E52CFF

Text Example


Text Example

White with #E52CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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