Html Css Color HEX #E508EC Psychedelic Purple

📋 copy color: '#E508EC'

red 229 ◦ green 8 ◦ blue 236

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

Shades of Psychedelic Purple #E508EC

Tints of Psychedelic Purple #E508EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 48.41%
G = 1.69%
B = 49.89%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E508EC (or 0xE508EC) is known color: Psychedelic Purple. HEX triplet: E5, 08 and EC. RGB value is (229,8,236). Sum of RGB (Red+Green+Blue) = 229+8+236=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #E508EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E508EC is #1AF713. Grayscale: #636363. Windows color (decimal): -1767188 or 15468773. OLE color: 15468773.

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

Color convert

RGB 229 8 236 -
CMYK 0.03 0.97 0 0.07
HSL 298.16º 0.93% 0.48% -
HSV(B) 298.16º 0.97% 0.93% -
XYZ 47.54 22.89 81.27 -
YUV 100.07 204.72 219.96 -
System Red Green Blue C M Y K H S L
Decimal 229 8 236 0.03 0.97 0 0.07 298.16 0.93 0.48
Hex E5 8 EC 3 61 0 7 12A 5D 30
Octal 345 10 354 3 141 0 7 452 135 60
Binary 11100101 1000 11101100 11 1100001 0 111 100101010 1011101 110000

Color Harmonies of #E508EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508EC

Black with #E508EC

Text Example


Text Example

White with #E508EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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