Html Css Color HEX #E52EFC Psychedelic Purple

📋 copy color: '#E52EFC'

red 229 ◦ green 46 ◦ blue 252

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

Shades of Psychedelic Purple #E52EFC

Tints of Psychedelic Purple #E52EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 43.45%
G = 8.73%
B = 47.82%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E52EFC (or 0xE52EFC) is known color: Psychedelic Purple. HEX triplet: E5, 2E and FC. RGB value is (229,46,252). Sum of RGB (Red+Green+Blue) = 229+46+252=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 46 (18.36% from 255 or 8.73% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #E52EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EFC is #1AD103. Grayscale: #7B7B7B. Windows color (decimal): -1757444 or 16527077. OLE color: 16527077.

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

Color convert

RGB 229 46 252 -
CMYK 0.09 0.82 0 0.01
HSL 293.3º 0.97% 0.58% -
HSV(B) 293.3º 0.82% 0.99% -
XYZ 50.86 25.64 94.36 -
YUV 124.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 229 46 252 0.09 0.82 0 0.01 293.3 0.97 0.58
Hex E5 2E FC 9 52 0 1 125 61 3A
Octal 345 56 374 11 122 0 1 445 141 72
Binary 11100101 101110 11111100 1001 1010010 0 1 100100101 1100001 111010

Color Harmonies of #E52EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EFC

Black with #E52EFC

Text Example


Text Example

White with #E52EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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