Html Css Color HEX #E50EFF Psychedelic Purple

📋 copy color: '#E50EFF'

red 229 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #E50EFF

Tints of Psychedelic Purple #E50EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.81%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 45.98%
G = 2.81%
B = 51.2%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E50EFF (or 0xE50EFF) is known color: Psychedelic Purple. HEX triplet: E5, 0E and FF. RGB value is (229,14,255). Sum of RGB (Red+Green+Blue) = 229+14+255=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #E50EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EFF is #1AF100. Grayscale: #696969. Windows color (decimal): -1765633 or 16715493. OLE color: 16715493.

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

Color convert

RGB 229 14 255 -
CMYK 0.10 0.95 0 0
HSL 293.53º 1% 0.53% -
HSV(B) 293.53º 0.95% 1% -
XYZ 50.52 24.19 96.61 -
YUV 105.76 212.23 215.9 -
System Red Green Blue C M Y K H S L
Decimal 229 14 255 0.10 0.95 0 0 293.53 1 0.53
Hex E5 E FF A 5F 0 0 126 64 35
Octal 345 16 377 12 137 0 0 446 144 65
Binary 11100101 1110 11111111 1010 1011111 0 0 100100110 1100100 110101

Color Harmonies of #E50EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EFF

Black with #E50EFF

Text Example


Text Example

White with #E50EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EFF; }

 p { color: rgb(229,14,255); }

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

background-color css

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

 a { background-color: rgb(229,14,255); }

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

border-color css

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

 span { border-color: rgb(229,14,255); }

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