Html Css Color HEX #E51AF1 Psychedelic Purple

📋 copy color: '#E51AF1'

red 229 ◦ green 26 ◦ blue 241

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

Shades of Psychedelic Purple #E51AF1

Tints of Psychedelic Purple #E51AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 46.17%
G = 5.24%
B = 48.59%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E51AF1 (or 0xE51AF1) is known color: Psychedelic Purple. HEX triplet: E5, 1A and F1. RGB value is (229,26,241). Sum of RGB (Red+Green+Blue) = 229+26+241=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 26 (10.55% from 255 or 5.24% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #E51AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51AF1 is #1AE50E. Grayscale: #6E6E6E. Windows color (decimal): -1762575 or 15801061. OLE color: 15801061.

HSL color Cylindrical-coordinate representation of color #E51AF1: hue angle of 296.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51AF1 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 26 241 -
CMYK 0.05 0.89 0 0.05
HSL 296.65º 0.88% 0.52% -
HSV(B) 296.65º 0.89% 0.95% -
XYZ 48.56 23.75 85.24 -
YUV 111.21 201.25 212.02 -
System Red Green Blue C M Y K H S L
Decimal 229 26 241 0.05 0.89 0 0.05 296.65 0.88 0.52
Hex E5 1A F1 5 59 0 5 129 58 34
Octal 345 32 361 5 131 0 5 451 130 64
Binary 11100101 11010 11110001 101 1011001 0 101 100101001 1011000 110100

Color Harmonies of #E51AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AF1

Black with #E51AF1

Text Example


Text Example

White with #E51AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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