Html Css Color HEX #E507EC Psychedelic Purple

📋 copy color: '#E507EC'

red 229 ◦ green 7 ◦ blue 236

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

Shades of Psychedelic Purple #E507EC

Tints of Psychedelic Purple #E507EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.48%

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

R = 48.52%
G = 1.48%
B = 50%

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

#E507EC (or 0xE507EC) is known color: Psychedelic Purple. HEX triplet: E5, 07 and EC. RGB value is (229,7,236). Sum of RGB (Red+Green+Blue) = 229+7+236=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #E507EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507EC is #1AF813. Grayscale: #626262. Windows color (decimal): -1767444 or 15468517. OLE color: 15468517.

HSL color Cylindrical-coordinate representation of color #E507EC: hue angle of 298.17º degrees, saturation: 0.94, 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 #E507EC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 7 236 -
CMYK 0.03 0.97 0 0.07
HSL 298.17º 0.94% 0.48% -
HSV(B) 298.17º 0.97% 0.93% -
XYZ 47.53 22.87 81.27 -
YUV 99.48 205.05 220.38 -
System Red Green Blue C M Y K H S L
Decimal 229 7 236 0.03 0.97 0 0.07 298.17 0.94 0.48
Hex E5 7 EC 3 61 0 7 12A 5E 30
Octal 345 7 354 3 141 0 7 452 136 60
Binary 11100101 111 11101100 11 1100001 0 111 100101010 1011110 110000

Color Harmonies of #E507EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507EC

Black with #E507EC

Text Example


Text Example

White with #E507EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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