Html Css Color HEX #E50EE6 Psychedelic Purple

📋 copy color: '#E50EE6'

red 229 ◦ green 14 ◦ blue 230

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

Shades of Psychedelic Purple #E50EE6

Tints of Psychedelic Purple #E50EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 48.41%
G = 2.96%
B = 48.63%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E50EE6 (or 0xE50EE6) is known color: Psychedelic Purple. HEX triplet: E5, 0E and E6. RGB value is (229,14,230). Sum of RGB (Red+Green+Blue) = 229+14+230=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #E50EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EE6 is #1AF119. Grayscale: #666666. Windows color (decimal): -1765658 or 15077093. OLE color: 15077093.

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

Color convert

RGB 229 14 230 -
CMYK 0.00 0.94 0 0.10
HSL 299.72º 0.89% 0.48% -
HSV(B) 299.72º 0.94% 0.9% -
XYZ 46.75 22.69 76.78 -
YUV 102.91 199.73 217.94 -
System Red Green Blue C M Y K H S L
Decimal 229 14 230 0.00 0.94 0 0.10 299.72 0.89 0.48
Hex E5 E E6 0 5E 0 A 12C 59 30
Octal 345 16 346 0 136 0 12 454 131 60
Binary 11100101 1110 11100110 0 1011110 0 1010 100101100 1011001 110000

Color Harmonies of #E50EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EE6

Black with #E50EE6

Text Example


Text Example

White with #E50EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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