Html Css Color HEX #E52FFA Psychedelic Purple

📋 copy color: '#E52FFA'

red 229 ◦ green 47 ◦ blue 250

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

Shades of Psychedelic Purple #E52FFA

Tints of Psychedelic Purple #E52FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.94%

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

R = 43.54%
G = 8.94%
B = 47.53%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E52FFA (or 0xE52FFA) is known color: Psychedelic Purple. HEX triplet: E5, 2F and FA. RGB value is (229,47,250). Sum of RGB (Red+Green+Blue) = 229+47+250=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 47 (18.75% from 255 or 8.94% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #E52FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FFA is #1AD005. Grayscale: #7B7B7B. Windows color (decimal): -1757190 or 16396261. OLE color: 16396261.

HSL color Cylindrical-coordinate representation of color #E52FFA: hue angle of 293.79º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52FFA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 47 250 -
CMYK 0.08 0.81 0 0.02
HSL 293.79º 0.95% 0.58% -
HSV(B) 293.79º 0.81% 0.98% -
XYZ 50.58 25.59 92.72 -
YUV 124.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 229 47 250 0.08 0.81 0 0.02 293.79 0.95 0.58
Hex E5 2F FA 8 51 0 2 126 5F 3A
Octal 345 57 372 10 121 0 2 446 137 72
Binary 11100101 101111 11111010 1000 1010001 0 10 100100110 1011111 111010

Color Harmonies of #E52FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FFA

Black with #E52FFA

Text Example


Text Example

White with #E52FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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