Html Css Color HEX #E510EA Psychedelic Purple

📋 copy color: '#E510EA'

red 229 ◦ green 16 ◦ blue 234

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

Shades of Psychedelic Purple #E510EA

Tints of Psychedelic Purple #E510EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 47.81%
G = 3.34%
B = 48.85%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E510EA (or 0xE510EA) is known color: Psychedelic Purple. HEX triplet: E5, 10 and EA. RGB value is (229,16,234). Sum of RGB (Red+Green+Blue) = 229+16+234=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #E510EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510EA is #1AEF15. Grayscale: #676767. Windows color (decimal): -1765142 or 15339749. OLE color: 15339749.

HSL color Cylindrical-coordinate representation of color #E510EA: hue angle of 298.62º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510EA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 16 234 -
CMYK 0.02 0.93 0 0.08
HSL 298.62º 0.87% 0.49% -
HSV(B) 298.62º 0.93% 0.92% -
XYZ 47.35 22.97 79.78 -
YUV 104.54 201.07 216.77 -
System Red Green Blue C M Y K H S L
Decimal 229 16 234 0.02 0.93 0 0.08 298.62 0.87 0.49
Hex E5 10 EA 2 5D 0 8 12B 57 31
Octal 345 20 352 2 135 0 10 453 127 61
Binary 11100101 10000 11101010 10 1011101 0 1000 100101011 1010111 110001

Color Harmonies of #E510EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510EA

Black with #E510EA

Text Example


Text Example

White with #E510EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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