Html Css Color HEX #E50DE8 Psychedelic Purple

📋 copy color: '#E50DE8'

red 229 ◦ green 13 ◦ blue 232

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

Shades of Psychedelic Purple #E50DE8

Tints of Psychedelic Purple #E50DE8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 48.31%
G = 2.74%
B = 48.95%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E50DE8 (or 0xE50DE8) is known color: Psychedelic Purple. HEX triplet: E5, 0D and E8. RGB value is (229,13,232). Sum of RGB (Red+Green+Blue) = 229+13+232=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #E50DE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DE8 is #1AF217. Grayscale: #656565. Windows color (decimal): -1765912 or 15207909. OLE color: 15207909.

HSL color Cylindrical-coordinate representation of color #E50DE8: hue angle of 299.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DE8 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 13 232 -
CMYK 0.01 0.94 0 0.09
HSL 299.18º 0.89% 0.48% -
HSV(B) 299.18º 0.94% 0.91% -
XYZ 47.02 22.77 78.26 -
YUV 102.55 201.06 218.19 -
System Red Green Blue C M Y K H S L
Decimal 229 13 232 0.01 0.94 0 0.09 299.18 0.89 0.48
Hex E5 D E8 1 5E 0 9 12B 59 30
Octal 345 15 350 1 136 0 11 453 131 60
Binary 11100101 1101 11101000 1 1011110 0 1001 100101011 1011001 110000

Color Harmonies of #E50DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DE8

Black with #E50DE8

Text Example


Text Example

White with #E50DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DE8; }

 p { color: rgb(229,13,232); }

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

background-color css

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

 a { background-color: rgb(229,13,232); }

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

border-color css

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

 span { border-color: rgb(229,13,232); }

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