Html Css Color HEX #E52BFF Psychedelic Purple

📋 copy color: '#E52BFF'

red 229 ◦ green 43 ◦ blue 255

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

Shades of Psychedelic Purple #E52BFF

Tints of Psychedelic Purple #E52BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.16%

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

R = 43.45%
G = 8.16%
B = 48.39%

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

#E52BFF (or 0xE52BFF) is known color: Psychedelic Purple. HEX triplet: E5, 2B and FF. RGB value is (229,43,255). Sum of RGB (Red+Green+Blue) = 229+43+255=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 43 (17.19% from 255 or 8.16% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #E52BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52BFF is #1AD400. Grayscale: #7A7A7A. Windows color (decimal): -1758209 or 16722917. OLE color: 16722917.

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

Color convert

RGB 229 43 255 -
CMYK 0.10 0.83 0 0
HSL 292.64º 1% 0.58% -
HSV(B) 292.64º 0.83% 1% -
XYZ 51.23 25.61 96.85 -
YUV 122.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 229 43 255 0.10 0.83 0 0 292.64 1 0.58
Hex E5 2B FF A 53 0 0 125 64 3A
Octal 345 53 377 12 123 0 0 445 144 72
Binary 11100101 101011 11111111 1010 1010011 0 0 100100101 1100100 111010

Color Harmonies of #E52BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BFF

Black with #E52BFF

Text Example


Text Example

White with #E52BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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