Html Css Color HEX #E406EC Psychedelic Purple

📋 copy color: '#E406EC'

red 228 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #E406EC

Tints of Psychedelic Purple #E406EC

RGB

 RED value IS 228 (89.45% from 255) = 48.51%

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

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

R = 48.51%
G = 1.28%
B = 50.21%

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

#E406EC (or 0xE406EC) is known color: Psychedelic Purple. HEX triplet: E4, 06 and EC. RGB value is (228,6,236). Sum of RGB (Red+Green+Blue) = 228+6+236=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 6 (2.73% from 255 or 1.28% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #E406EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E406EC is #1BF913. Grayscale: #616161. Windows color (decimal): -1833236 or 15468260. OLE color: 15468260.

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

Color convert

RGB 228 6 236 -
CMYK 0.03 0.97 0 0.07
HSL 297.91º 0.95% 0.47% -
HSV(B) 297.91º 0.97% 0.93% -
XYZ 47.2 22.68 81.25 -
YUV 98.6 205.55 220.3 -
System Red Green Blue C M Y K H S L
Decimal 228 6 236 0.03 0.97 0 0.07 297.91 0.95 0.47
Hex E4 6 EC 3 61 0 7 12A 5F 2F
Octal 344 6 354 3 141 0 7 452 137 57
Binary 11100100 110 11101100 11 1100001 0 111 100101010 1011111 101111

Color Harmonies of #E406EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E406EC

Black with #E406EC

Text Example


Text Example

White with #E406EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E406EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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