Html Css Color HEX #E510EC Psychedelic Purple

📋 copy color: '#E510EC'

red 229 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #E510EC

Tints of Psychedelic Purple #E510EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 47.61%
G = 3.33%
B = 49.06%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E510EC (or 0xE510EC) is known color: Psychedelic Purple. HEX triplet: E5, 10 and EC. RGB value is (229,16,236). Sum of RGB (Red+Green+Blue) = 229+16+236=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #E510EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510EC is #1AEF13. Grayscale: #686868. Windows color (decimal): -1765140 or 15470821. OLE color: 15470821.

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

Color convert

RGB 229 16 236 -
CMYK 0.03 0.93 0 0.07
HSL 298.09º 0.87% 0.49% -
HSV(B) 298.09º 0.93% 0.93% -
XYZ 47.64 23.08 81.3 -
YUV 104.77 202.07 216.61 -
System Red Green Blue C M Y K H S L
Decimal 229 16 236 0.03 0.93 0 0.07 298.09 0.87 0.49
Hex E5 10 EC 3 5D 0 7 12A 57 31
Octal 345 20 354 3 135 0 7 452 127 61
Binary 11100101 10000 11101100 11 1011101 0 111 100101010 1010111 110001

Color Harmonies of #E510EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510EC

Black with #E510EC

Text Example


Text Example

White with #E510EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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