Html Css Color HEX #E50FEA Psychedelic Purple

📋 copy color: '#E50FEA'

red 229 ◦ green 15 ◦ blue 234

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

Shades of Psychedelic Purple #E50FEA

Tints of Psychedelic Purple #E50FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 47.91%
G = 3.14%
B = 48.95%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E50FEA (or 0xE50FEA) is known color: Psychedelic Purple. HEX triplet: E5, 0F and EA. RGB value is (229,15,234). Sum of RGB (Red+Green+Blue) = 229+15+234=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #E50FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FEA is #1AF015. Grayscale: #676767. Windows color (decimal): -1765398 or 15339493. OLE color: 15339493.

HSL color Cylindrical-coordinate representation of color #E50FEA: hue angle of 298.63º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50FEA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 15 234 -
CMYK 0.02 0.94 0 0.08
HSL 298.63º 0.88% 0.49% -
HSV(B) 298.63º 0.94% 0.92% -
XYZ 47.34 22.94 79.77 -
YUV 103.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 229 15 234 0.02 0.94 0 0.08 298.63 0.88 0.49
Hex E5 F EA 2 5E 0 8 12B 58 31
Octal 345 17 352 2 136 0 10 453 130 61
Binary 11100101 1111 11101010 10 1011110 0 1000 100101011 1011000 110001

Color Harmonies of #E50FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FEA

Black with #E50FEA

Text Example


Text Example

White with #E50FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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