Html Css Color HEX #E510ED Psychedelic Purple

📋 copy color: '#E510ED'

red 229 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #E510ED

Tints of Psychedelic Purple #E510ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 47.51%
G = 3.32%
B = 49.17%

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

#E510ED (or 0xE510ED) is known color: Psychedelic Purple. HEX triplet: E5, 10 and ED. RGB value is (229,16,237). Sum of RGB (Red+Green+Blue) = 229+16+237=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #E510ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510ED is #1AEF12. Grayscale: #686868. Windows color (decimal): -1765139 or 15536357. OLE color: 15536357.

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

Color convert

RGB 229 16 237 -
CMYK 0.03 0.93 0 0.07
HSL 297.83º 0.87% 0.5% -
HSV(B) 297.83º 0.93% 0.93% -
XYZ 47.78 23.14 82.07 -
YUV 104.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 229 16 237 0.03 0.93 0 0.07 297.83 0.87 0.5
Hex E5 10 ED 3 5D 0 7 12A 57 32
Octal 345 20 355 3 135 0 7 452 127 62
Binary 11100101 10000 11101101 11 1011101 0 111 100101010 1010111 110010

Color Harmonies of #E510ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510ED

Black with #E510ED

Text Example


Text Example

White with #E510ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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