Html Css Color HEX #E50FE3 Psychedelic Purple

📋 copy color: '#E50FE3'

red 229 ◦ green 15 ◦ blue 227

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

Shades of Psychedelic Purple #E50FE3

Tints of Psychedelic Purple #E50FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.2%

R = 48.62%
G = 3.18%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E50FE3 (or 0xE50FE3) is known color: Psychedelic Purple. HEX triplet: E5, 0F and E3. RGB value is (229,15,227). Sum of RGB (Red+Green+Blue) = 229+15+227=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FE3 is #1AF01C. Grayscale: #666666. Windows color (decimal): -1765405 or 14880741. OLE color: 14880741.

HSL color Cylindrical-coordinate representation of color #E50FE3: hue angle of 300.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50FE3 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 227 -
CMYK 0 0.93 0.01 0.10
HSL 300.56º 0.88% 0.48% -
HSV(B) 300.56º 0.93% 0.9% -
XYZ 46.35 22.55 74.58 -
YUV 103.15 197.9 217.76 -
System Red Green Blue C M Y K H S L
Decimal 229 15 227 0 0.93 0.01 0.10 300.56 0.88 0.48
Hex E5 F E3 0 5D 1 A 12D 58 30
Octal 345 17 343 0 135 1 12 455 130 60
Binary 11100101 1111 11100011 0 1011101 1 1010 100101101 1011000 110000

Color Harmonies of #E50FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FE3

Black with #E50FE3

Text Example


Text Example

White with #E50FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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