Html Css Color HEX #E50FF9 Psychedelic Purple

📋 copy color: '#E50FF9'

red 229 ◦ green 15 ◦ blue 249

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

Shades of Psychedelic Purple #E50FF9

Tints of Psychedelic Purple #E50FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.51%

R = 46.45%
G = 3.04%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E50FF9 (or 0xE50FF9) is known color: Psychedelic Purple. HEX triplet: E5, 0F and F9. RGB value is (229,15,249). Sum of RGB (Red+Green+Blue) = 229+15+249=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #E50FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50FF9 is #1AF006. Grayscale: #686868. Windows color (decimal): -1765383 or 16322533. OLE color: 16322533.

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

Color convert

RGB 229 15 249 -
CMYK 0.08 0.94 0 0.02
HSL 294.87º 0.95% 0.52% -
HSV(B) 294.87º 0.94% 0.98% -
XYZ 49.58 23.84 91.61 -
YUV 105.66 208.9 215.97 -
System Red Green Blue C M Y K H S L
Decimal 229 15 249 0.08 0.94 0 0.02 294.87 0.95 0.52
Hex E5 F F9 8 5E 0 2 127 5F 34
Octal 345 17 371 10 136 0 2 447 137 64
Binary 11100101 1111 11111001 1000 1011110 0 10 100100111 1011111 110100

Color Harmonies of #E50FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FF9

Black with #E50FF9

Text Example


Text Example

White with #E50FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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