Html Css Color HEX #E51DFC Psychedelic Purple

📋 copy color: '#E51DFC'

red 229 ◦ green 29 ◦ blue 252

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

Shades of Psychedelic Purple #E51DFC

Tints of Psychedelic Purple #E51DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.69%

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

R = 44.9%
G = 5.69%
B = 49.41%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E51DFC (or 0xE51DFC) is known color: Psychedelic Purple. HEX triplet: E5, 1D and FC. RGB value is (229,29,252). Sum of RGB (Red+Green+Blue) = 229+29+252=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #E51DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51DFC is #1AE203. Grayscale: #717171. Windows color (decimal): -1761796 or 16522725. OLE color: 16522725.

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

Color convert

RGB 229 29 252 -
CMYK 0.09 0.88 0 0.01
HSL 293.81º 0.97% 0.55% -
HSV(B) 293.81º 0.88% 0.99% -
XYZ 50.32 24.57 94.18 -
YUV 114.22 205.76 209.87 -
System Red Green Blue C M Y K H S L
Decimal 229 29 252 0.09 0.88 0 0.01 293.81 0.97 0.55
Hex E5 1D FC 9 58 0 1 126 61 37
Octal 345 35 374 11 130 0 1 446 141 67
Binary 11100101 11101 11111100 1001 1011000 0 1 100100110 1100001 110111

Color Harmonies of #E51DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51DFC

Black with #E51DFC

Text Example


Text Example

White with #E51DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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