Html Css Color HEX #E52CFB Psychedelic Purple

📋 copy color: '#E52CFB'

red 229 ◦ green 44 ◦ blue 251

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

Shades of Psychedelic Purple #E52CFB

Tints of Psychedelic Purple #E52CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 43.7%
G = 8.4%
B = 47.9%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E52CFB (or 0xE52CFB) is known color: Psychedelic Purple. HEX triplet: E5, 2C and FB. RGB value is (229,44,251). Sum of RGB (Red+Green+Blue) = 229+44+251=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 44 (17.58% from 255 or 8.40% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #E52CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CFB is #1AD304. Grayscale: #7A7A7A. Windows color (decimal): -1757957 or 16461029. OLE color: 16461029.

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

Color convert

RGB 229 44 251 -
CMYK 0.09 0.82 0 0.02
HSL 293.62º 0.96% 0.58% -
HSV(B) 293.62º 0.82% 0.98% -
XYZ 50.63 25.42 93.51 -
YUV 122.91 200.29 203.67 -
System Red Green Blue C M Y K H S L
Decimal 229 44 251 0.09 0.82 0 0.02 293.62 0.96 0.58
Hex E5 2C FB 9 52 0 2 126 60 3A
Octal 345 54 373 11 122 0 2 446 140 72
Binary 11100101 101100 11111011 1001 1010010 0 10 100100110 1100000 111010

Color Harmonies of #E52CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CFB

Black with #E52CFB

Text Example


Text Example

White with #E52CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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