Html Css Color HEX #E701EC Psychedelic Purple

📋 copy color: '#E701EC'

red 231 ◦ green 1 ◦ blue 236

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

Shades of Psychedelic Purple #E701EC

Tints of Psychedelic Purple #E701EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 49.36%
G = 0.21%
B = 50.43%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E701EC (or 0xE701EC) is known color: Psychedelic Purple. HEX triplet: E7, 01 and EC. RGB value is (231,1,236). Sum of RGB (Red+Green+Blue) = 231+1+236=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #E701EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701EC is #18FE13. Grayscale: #5F5F5F. Windows color (decimal): -1637908 or 15466983. OLE color: 15466983.

HSL color Cylindrical-coordinate representation of color #E701EC: hue angle of 298.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701EC is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 1 236 -
CMYK 0.02 1.00 0 0.07
HSL 298.72º 0.99% 0.46% -
HSV(B) 298.72º 1% 0.93% -
XYZ 48.11 23.07 81.27 -
YUV 96.56 206.7 223.89 -
System Red Green Blue C M Y K H S L
Decimal 231 1 236 0.02 1.00 0 0.07 298.72 0.99 0.46
Hex E7 1 EC 2 64 0 7 12B 63 2E
Octal 347 1 354 2 144 0 7 453 143 56
Binary 11100111 1 11101100 10 1100100 0 111 100101011 1100011 101110

Color Harmonies of #E701EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701EC

Black with #E701EC

Text Example


Text Example

White with #E701EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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