Html Css Color HEX #E510FE Psychedelic Purple

📋 copy color: '#E510FE'

red 229 ◦ green 16 ◦ blue 254

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

Shades of Psychedelic Purple #E510FE

Tints of Psychedelic Purple #E510FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.21%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 45.89%
G = 3.21%
B = 50.9%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E510FE (or 0xE510FE) is known color: Psychedelic Purple. HEX triplet: E5, 10 and FE. RGB value is (229,16,254). Sum of RGB (Red+Green+Blue) = 229+16+254=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #E510FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510FE is #1AEF01. Grayscale: #6A6A6A. Windows color (decimal): -1765122 or 16650469. OLE color: 16650469.

HSL color Cylindrical-coordinate representation of color #E510FE: hue angle of 293.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E510FE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 16 254 -
CMYK 0.10 0.94 0 0.00
HSL 293.7º 0.99% 0.53% -
HSV(B) 293.7º 0.94% 1% -
XYZ 50.39 24.18 95.78 -
YUV 106.82 211.07 215.15 -
System Red Green Blue C M Y K H S L
Decimal 229 16 254 0.10 0.94 0 0.00 293.7 0.99 0.53
Hex E5 10 FE A 5E 0 0 126 63 35
Octal 345 20 376 12 136 0 0 446 143 65
Binary 11100101 10000 11111110 1010 1011110 0 0 100100110 1100011 110101

Color Harmonies of #E510FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510FE

Black with #E510FE

Text Example


Text Example

White with #E510FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510FE; }

 p { color: rgb(229,16,254); }

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

background-color css

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

 a { background-color: rgb(229,16,254); }

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

border-color css

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

 span { border-color: rgb(229,16,254); }

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