Html Css Color HEX #E50EF2 Psychedelic Purple

📋 copy color: '#E50EF2'

red 229 ◦ green 14 ◦ blue 242

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

Shades of Psychedelic Purple #E50EF2

Tints of Psychedelic Purple #E50EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 47.22%
G = 2.89%
B = 49.9%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E50EF2 (or 0xE50EF2) is known color: Psychedelic Purple. HEX triplet: E5, 0E and F2. RGB value is (229,14,242). Sum of RGB (Red+Green+Blue) = 229+14+242=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #E50EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EF2 is #1AF10D. Grayscale: #676767. Windows color (decimal): -1765646 or 15863525. OLE color: 15863525.

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

Color convert

RGB 229 14 242 -
CMYK 0.05 0.94 0 0.05
HSL 296.58º 0.9% 0.5% -
HSV(B) 296.58º 0.94% 0.95% -
XYZ 48.5 23.38 85.96 -
YUV 104.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 229 14 242 0.05 0.94 0 0.05 296.58 0.9 0.5
Hex E5 E F2 5 5E 0 5 129 5A 32
Octal 345 16 362 5 136 0 5 451 132 62
Binary 11100101 1110 11110010 101 1011110 0 101 100101001 1011010 110010

Color Harmonies of #E50EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EF2

Black with #E50EF2

Text Example


Text Example

White with #E50EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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