Html Css Color HEX #E52DFB Psychedelic Purple

📋 copy color: '#E52DFB'

red 229 ◦ green 45 ◦ blue 251

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

Shades of Psychedelic Purple #E52DFB

Tints of Psychedelic Purple #E52DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.57%

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

R = 43.62%
G = 8.57%
B = 47.81%

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

#E52DFB (or 0xE52DFB) is known color: Psychedelic Purple. HEX triplet: E5, 2D and FB. RGB value is (229,45,251). Sum of RGB (Red+Green+Blue) = 229+45+251=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 45 (17.97% from 255 or 8.57% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #E52DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DFB is #1AD204. Grayscale: #7A7A7A. Windows color (decimal): -1757701 or 16461285. OLE color: 16461285.

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

Color convert

RGB 229 45 251 -
CMYK 0.09 0.82 0 0.02
HSL 293.59º 0.96% 0.58% -
HSV(B) 293.59º 0.82% 0.98% -
XYZ 50.66 25.5 93.52 -
YUV 123.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 229 45 251 0.09 0.82 0 0.02 293.59 0.96 0.58
Hex E5 2D FB 9 52 0 2 126 60 3A
Octal 345 55 373 11 122 0 2 446 140 72
Binary 11100101 101101 11111011 1001 1010010 0 10 100100110 1100000 111010

Color Harmonies of #E52DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DFB

Black with #E52DFB

Text Example


Text Example

White with #E52DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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