Html Css Color HEX #E506EC Psychedelic Purple

📋 copy color: '#E506EC'

red 229 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #E506EC

Tints of Psychedelic Purple #E506EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

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

R = 48.62%
G = 1.27%
B = 50.11%

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

#E506EC (or 0xE506EC) is known color: Psychedelic Purple. HEX triplet: E5, 06 and EC. RGB value is (229,6,236). Sum of RGB (Red+Green+Blue) = 229+6+236=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #E506EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E506EC is #1AF913. Grayscale: #626262. Windows color (decimal): -1767700 or 15468261. OLE color: 15468261.

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

Color convert

RGB 229 6 236 -
CMYK 0.03 0.97 0 0.07
HSL 298.17º 0.95% 0.47% -
HSV(B) 298.17º 0.97% 0.93% -
XYZ 47.52 22.84 81.26 -
YUV 98.9 205.38 220.8 -
System Red Green Blue C M Y K H S L
Decimal 229 6 236 0.03 0.97 0 0.07 298.17 0.95 0.47
Hex E5 6 EC 3 61 0 7 12A 5F 2F
Octal 345 6 354 3 141 0 7 452 137 57
Binary 11100101 110 11101100 11 1100001 0 111 100101010 1011111 101111

Color Harmonies of #E506EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506EC

Black with #E506EC

Text Example


Text Example

White with #E506EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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