Html Css Color HEX #E52BFD Psychedelic Purple

📋 copy color: '#E52BFD'

red 229 ◦ green 43 ◦ blue 253

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

Shades of Psychedelic Purple #E52BFD

Tints of Psychedelic Purple #E52BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.19%

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 43.62%
G = 8.19%
B = 48.19%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E52BFD (or 0xE52BFD) is known color: Psychedelic Purple. HEX triplet: E5, 2B and FD. RGB value is (229,43,253). Sum of RGB (Red+Green+Blue) = 229+43+253=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 43 (17.19% from 255 or 8.19% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #E52BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52BFD is #1AD402. Grayscale: #797979. Windows color (decimal): -1758211 or 16591845. OLE color: 16591845.

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

Color convert

RGB 229 43 253 -
CMYK 0.09 0.83 0 0.01
HSL 293.14º 0.98% 0.58% -
HSV(B) 293.14º 0.83% 0.99% -
XYZ 50.91 25.48 95.16 -
YUV 122.55 201.62 203.92 -
System Red Green Blue C M Y K H S L
Decimal 229 43 253 0.09 0.83 0 0.01 293.14 0.98 0.58
Hex E5 2B FD 9 53 0 1 125 62 3A
Octal 345 53 375 11 123 0 1 445 142 72
Binary 11100101 101011 11111101 1001 1010011 0 1 100100101 1100010 111010

Color Harmonies of #E52BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BFD

Black with #E52BFD

Text Example


Text Example

White with #E52BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BFD; }

 p { color: rgb(229,43,253); }

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

background-color css

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

 a { background-color: rgb(229,43,253); }

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

border-color css

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

 span { border-color: rgb(229,43,253); }

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