Html Css Color HEX #E706EC Psychedelic Purple

📋 copy color: '#E706EC'

red 231 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #E706EC

Tints of Psychedelic Purple #E706EC

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

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

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

R = 48.84%
G = 1.27%
B = 49.89%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E706EC (or 0xE706EC) is known color: Psychedelic Purple. HEX triplet: E7, 06 and EC. RGB value is (231,6,236). Sum of RGB (Red+Green+Blue) = 231+6+236=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 6 (2.73% from 255 or 1.27% 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 #E706EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706EC is #18F913. Grayscale: #626262. Windows color (decimal): -1636628 or 15468263. OLE color: 15468263.

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

Color convert

RGB 231 6 236 -
CMYK 0.02 0.97 0 0.07
HSL 298.7º 0.95% 0.47% -
HSV(B) 298.7º 0.97% 0.93% -
XYZ 48.16 23.18 81.29 -
YUV 99.5 205.04 221.8 -
System Red Green Blue C M Y K H S L
Decimal 231 6 236 0.02 0.97 0 0.07 298.7 0.95 0.47
Hex E7 6 EC 2 61 0 7 12B 5F 2F
Octal 347 6 354 2 141 0 7 453 137 57
Binary 11100111 110 11101100 10 1100001 0 111 100101011 1011111 101111

Color Harmonies of #E706EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706EC

Black with #E706EC

Text Example


Text Example

White with #E706EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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