Html Css Color HEX #E50EE7 Psychedelic Purple

📋 copy color: '#E50EE7'

red 229 ◦ green 14 ◦ blue 231

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

Shades of Psychedelic Purple #E50EE7

Tints of Psychedelic Purple #E50EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 48.31%
G = 2.95%
B = 48.73%

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

#E50EE7 (or 0xE50EE7) is known color: Psychedelic Purple. HEX triplet: E5, 0E and E7. RGB value is (229,14,231). Sum of RGB (Red+Green+Blue) = 229+14+231=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #E50EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EE7 is #1AF118. Grayscale: #666666. Windows color (decimal): -1765657 or 15142629. OLE color: 15142629.

HSL color Cylindrical-coordinate representation of color #E50EE7: hue angle of 299.45º 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 #E50EE7 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 14 231 -
CMYK 0.01 0.94 0 0.09
HSL 299.45º 0.89% 0.48% -
HSV(B) 299.45º 0.94% 0.91% -
XYZ 46.89 22.74 77.52 -
YUV 103.02 200.23 217.86 -
System Red Green Blue C M Y K H S L
Decimal 229 14 231 0.01 0.94 0 0.09 299.45 0.89 0.48
Hex E5 E E7 1 5E 0 9 12B 59 30
Octal 345 16 347 1 136 0 11 453 131 60
Binary 11100101 1110 11100111 1 1011110 0 1001 100101011 1011001 110000

Color Harmonies of #E50EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EE7

Black with #E50EE7

Text Example


Text Example

White with #E50EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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