Html Css Color HEX #E51AFC Psychedelic Purple

📋 copy color: '#E51AFC'

red 229 ◦ green 26 ◦ blue 252

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

Shades of Psychedelic Purple #E51AFC

Tints of Psychedelic Purple #E51AFC

RGB

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

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

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

R = 45.17%
G = 5.13%
B = 49.7%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E51AFC (or 0xE51AFC) is known color: Psychedelic Purple. HEX triplet: E5, 1A and FC. RGB value is (229,26,252). Sum of RGB (Red+Green+Blue) = 229+26+252=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E51AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51AFC is #1AE503. Grayscale: #6F6F6F. Windows color (decimal): -1762564 or 16521957. OLE color: 16521957.

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

Color convert

RGB 229 26 252 -
CMYK 0.09 0.90 0 0.01
HSL 293.89º 0.97% 0.55% -
HSV(B) 293.89º 0.9% 0.99% -
XYZ 50.25 24.43 94.16 -
YUV 112.46 206.75 211.12 -
System Red Green Blue C M Y K H S L
Decimal 229 26 252 0.09 0.90 0 0.01 293.89 0.97 0.55
Hex E5 1A FC 9 5A 0 1 126 61 37
Octal 345 32 374 11 132 0 1 446 141 67
Binary 11100101 11010 11111100 1001 1011010 0 1 100100110 1100001 110111

Color Harmonies of #E51AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AFC

Black with #E51AFC

Text Example


Text Example

White with #E51AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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