Html Css Color HEX #E52EFB Psychedelic Purple

📋 copy color: '#E52EFB'

red 229 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #E52EFB

Tints of Psychedelic Purple #E52EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.75%

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

R = 43.54%
G = 8.75%
B = 47.72%

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

#E52EFB (or 0xE52EFB) is known color: Psychedelic Purple. HEX triplet: E5, 2E and FB. RGB value is (229,46,251). Sum of RGB (Red+Green+Blue) = 229+46+251=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #E52EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EFB is #1AD104. Grayscale: #7B7B7B. Windows color (decimal): -1757445 or 16461541. OLE color: 16461541.

HSL color Cylindrical-coordinate representation of color #E52EFB: hue angle of 293.56º 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 #E52EFB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 46 251 -
CMYK 0.09 0.82 0 0.02
HSL 293.56º 0.96% 0.58% -
HSV(B) 293.56º 0.82% 0.98% -
XYZ 50.7 25.58 93.53 -
YUV 124.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 229 46 251 0.09 0.82 0 0.02 293.56 0.96 0.58
Hex E5 2E FB 9 52 0 2 126 60 3A
Octal 345 56 373 11 122 0 2 446 140 72
Binary 11100101 101110 11111011 1001 1010010 0 10 100100110 1100000 111010

Color Harmonies of #E52EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EFB

Black with #E52EFB

Text Example


Text Example

White with #E52EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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