Html Css Color HEX #E510E5 Psychedelic Purple

📋 copy color: '#E510E5'

red 229 ◦ green 16 ◦ blue 229

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

Shades of Psychedelic Purple #E510E5

Tints of Psychedelic Purple #E510E5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.38%

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

R = 48.31%
G = 3.38%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E510E5 (or 0xE510E5) is known color: Psychedelic Purple. HEX triplet: E5, 10 and E5. RGB value is (229,16,229). Sum of RGB (Red+Green+Blue) = 229+16+229=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E510E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510E5 is #1AEF1A. Grayscale: #676767. Windows color (decimal): -1765147 or 15012069. OLE color: 15012069.

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

Color convert

RGB 229 16 229 -
CMYK 0 0.93 0 0.10
HSL 300º 0.87% 0.48% -
HSV(B) 300º 0.93% 0.9% -
XYZ 46.64 22.69 76.05 -
YUV 103.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 229 16 229 0 0.93 0 0.10 300 0.87 0.48
Hex E5 10 E5 0 5D 0 A 12C 57 30
Octal 345 20 345 0 135 0 12 454 127 60
Binary 11100101 10000 11100101 0 1011101 0 1010 100101100 1010111 110000

Color Harmonies of #E510E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510E5

Black with #E510E5

Text Example


Text Example

White with #E510E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510E5; }

 p { color: rgb(229,16,229); }

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

background-color css

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

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

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

border-color css

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

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

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