Html Css Color HEX #E50BFE Psychedelic Purple

📋 copy color: '#E50BFE'

red 229 ◦ green 11 ◦ blue 254

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

Shades of Psychedelic Purple #E50BFE

Tints of Psychedelic Purple #E50BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.23%

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

R = 46.36%
G = 2.23%
B = 51.42%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E50BFE (or 0xE50BFE) is known color: Psychedelic Purple. HEX triplet: E5, 0B and FE. RGB value is (229,11,254). Sum of RGB (Red+Green+Blue) = 229+11+254=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #E50BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50BFE is #1AF401. Grayscale: #676767. Windows color (decimal): -1766402 or 16649189. OLE color: 16649189.

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

Color convert

RGB 229 11 254 -
CMYK 0.10 0.96 0 0.00
HSL 293.83º 0.99% 0.52% -
HSV(B) 293.83º 0.96% 1% -
XYZ 50.32 24.05 95.76 -
YUV 103.88 212.72 217.24 -
System Red Green Blue C M Y K H S L
Decimal 229 11 254 0.10 0.96 0 0.00 293.83 0.99 0.52
Hex E5 B FE A 60 0 0 126 63 34
Octal 345 13 376 12 140 0 0 446 143 64
Binary 11100101 1011 11111110 1010 1100000 0 0 100100110 1100011 110100

Color Harmonies of #E50BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BFE

Black with #E50BFE

Text Example


Text Example

White with #E50BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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