Html Css Color HEX #E50FEF Psychedelic Purple

📋 copy color: '#E50FEF'

red 229 ◦ green 15 ◦ blue 239

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

Shades of Psychedelic Purple #E50FEF

Tints of Psychedelic Purple #E50FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 47.41%
G = 3.11%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E50FEF (or 0xE50FEF) is known color: Psychedelic Purple. HEX triplet: E5, 0F and EF. RGB value is (229,15,239). Sum of RGB (Red+Green+Blue) = 229+15+239=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #E50FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FEF is #1AF010. Grayscale: #676767. Windows color (decimal): -1765393 or 15667173. OLE color: 15667173.

HSL color Cylindrical-coordinate representation of color #E50FEF: hue angle of 297.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FEF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 15 239 -
CMYK 0.04 0.94 0 0.06
HSL 297.32º 0.88% 0.5% -
HSV(B) 297.32º 0.94% 0.94% -
XYZ 48.06 23.23 83.61 -
YUV 104.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 229 15 239 0.04 0.94 0 0.06 297.32 0.88 0.5
Hex E5 F EF 4 5E 0 6 129 58 32
Octal 345 17 357 4 136 0 6 451 130 62
Binary 11100101 1111 11101111 100 1011110 0 110 100101001 1011000 110010

Color Harmonies of #E50FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FEF

Black with #E50FEF

Text Example


Text Example

White with #E50FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FEF; }

 p { color: rgb(229,15,239); }

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

background-color css

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

 a { background-color: rgb(229,15,239); }

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

border-color css

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

 span { border-color: rgb(229,15,239); }

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