Html Css Color HEX #E51AFF Psychedelic Purple

📋 copy color: '#E51AFF'

red 229 ◦ green 26 ◦ blue 255

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

Shades of Psychedelic Purple #E51AFF

Tints of Psychedelic Purple #E51AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.1%

 BLUE value IS 255 (100% from 255) = 50%

R = 44.9%
G = 5.1%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E51AFF (or 0xE51AFF) is known color: Psychedelic Purple. HEX triplet: E5, 1A and FF. RGB value is (229,26,255). Sum of RGB (Red+Green+Blue) = 229+26+255=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 26 (10.55% from 255 or 5.10% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #E51AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51AFF is #1AE500. Grayscale: #707070. Windows color (decimal): -1762561 or 16718565. OLE color: 16718565.

HSL color Cylindrical-coordinate representation of color #E51AFF: hue angle of 293.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51AFF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 26 255 -
CMYK 0.10 0.90 0 0
HSL 293.19º 1% 0.55% -
HSV(B) 293.19º 0.9% 1% -
XYZ 50.73 24.62 96.69 -
YUV 112.8 208.25 210.88 -
System Red Green Blue C M Y K H S L
Decimal 229 26 255 0.10 0.90 0 0 293.19 1 0.55
Hex E5 1A FF A 5A 0 0 125 64 37
Octal 345 32 377 12 132 0 0 445 144 67
Binary 11100101 11010 11111111 1010 1011010 0 0 100100101 1100100 110111

Color Harmonies of #E51AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AFF

Black with #E51AFF

Text Example


Text Example

White with #E51AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AFF; }

 p { color: rgb(229,26,255); }

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

background-color css

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

 a { background-color: rgb(229,26,255); }

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

border-color css

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

 span { border-color: rgb(229,26,255); }

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