Html Css Color HEX #E50DEF Psychedelic Purple

📋 copy color: '#E50DEF'

red 229 ◦ green 13 ◦ blue 239

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

Shades of Psychedelic Purple #E50DEF

Tints of Psychedelic Purple #E50DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 47.61%
G = 2.7%
B = 49.69%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E50DEF (or 0xE50DEF) is known color: Psychedelic Purple. HEX triplet: E5, 0D and EF. RGB value is (229,13,239). Sum of RGB (Red+Green+Blue) = 229+13+239=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #E50DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DEF is #1AF210. Grayscale: #666666. Windows color (decimal): -1765905 or 15666661. OLE color: 15666661.

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

Color convert

RGB 229 13 239 -
CMYK 0.04 0.95 0 0.06
HSL 297.35º 0.9% 0.49% -
HSV(B) 297.35º 0.95% 0.94% -
XYZ 48.04 23.18 83.6 -
YUV 103.35 204.56 217.62 -
System Red Green Blue C M Y K H S L
Decimal 229 13 239 0.04 0.95 0 0.06 297.35 0.9 0.49
Hex E5 D EF 4 5F 0 6 129 5A 31
Octal 345 15 357 4 137 0 6 451 132 61
Binary 11100101 1101 11101111 100 1011111 0 110 100101001 1011010 110001

Color Harmonies of #E50DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DEF

Black with #E50DEF

Text Example


Text Example

White with #E50DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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