Html Css Color HEX #E500E3 Psychedelic Purple

📋 copy color: '#E500E3'

red 229 ◦ green 0 ◦ blue 227

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

Shades of Psychedelic Purple #E500E3

Tints of Psychedelic Purple #E500E3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 227 (89.06% from 255) = 49.78%

R = 50.22%
G = 0%
B = 49.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E500E3 (or 0xE500E3) is known color: Psychedelic Purple. HEX triplet: E5, 00 and E3. RGB value is (229,0,227). Sum of RGB (Red+Green+Blue) = 229+0+227=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E500E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500E3 is #1AFF1C. Grayscale: #5D5D5D. Windows color (decimal): -1769245 or 14876901. OLE color: 14876901.

HSL color Cylindrical-coordinate representation of color #E500E3: hue angle of 300.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500E3 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 227 -
CMYK 0 1 0.01 0.10
HSL 300.52º 1% 0.45% -
HSV(B) 300.52º 1% 0.9% -
XYZ 46.18 22.2 74.53 -
YUV 94.35 202.87 224.04 -
System Red Green Blue C M Y K H S L
Decimal 229 0 227 0 1 0.01 0.10 300.52 1 0.45
Hex E5 0 E3 0 64 1 A 12D 64 2D
Octal 345 0 343 0 144 1 12 455 144 55
Binary 11100101 0 11100011 0 1100100 1 1010 100101101 1100100 101101

Color Harmonies of #E500E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500E3

Black with #E500E3

Text Example


Text Example

White with #E500E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500E3; }

 p { color: rgb(229,0,227); }

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

background-color css

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

 a { background-color: rgb(229,0,227); }

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

border-color css

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

 span { border-color: rgb(229,0,227); }

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