Html Css Color HEX #E306EC Psychedelic Purple

📋 copy color: '#E306EC'

red 227 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #E306EC

Tints of Psychedelic Purple #E306EC

RGB

 RED value IS 227 (89.06% from 255) = 48.4%

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

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

R = 48.4%
G = 1.28%
B = 50.32%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E306EC (or 0xE306EC) is known color: Psychedelic Purple. HEX triplet: E3, 06 and EC. RGB value is (227,6,236). Sum of RGB (Red+Green+Blue) = 227+6+236=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #E306EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E306EC is #1CF913. Grayscale: #616161. Windows color (decimal): -1898772 or 15468259. OLE color: 15468259.

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

Color convert

RGB 227 6 236 -
CMYK 0.04 0.97 0 0.07
HSL 297.65º 0.95% 0.47% -
HSV(B) 297.65º 0.97% 0.93% -
XYZ 46.88 22.52 81.23 -
YUV 98.3 205.72 219.8 -
System Red Green Blue C M Y K H S L
Decimal 227 6 236 0.04 0.97 0 0.07 297.65 0.95 0.47
Hex E3 6 EC 4 61 0 7 12A 5F 2F
Octal 343 6 354 4 141 0 7 452 137 57
Binary 11100011 110 11101100 100 1100001 0 111 100101010 1011111 101111

Color Harmonies of #E306EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E306EC

Black with #E306EC

Text Example


Text Example

White with #E306EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E306EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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