Html Css Color HEX #E701EF Psychedelic Purple

📋 copy color: '#E701EF'

red 231 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #E701EF

Tints of Psychedelic Purple #E701EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 49.04%
G = 0.21%
B = 50.74%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E701EF (or 0xE701EF) is known color: Psychedelic Purple. HEX triplet: E7, 01 and EF. RGB value is (231,1,239). Sum of RGB (Red+Green+Blue) = 231+1+239=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #E701EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701EF is #18FE10. Grayscale: #606060. Windows color (decimal): -1637905 or 15663591. OLE color: 15663591.

HSL color Cylindrical-coordinate representation of color #E701EF: hue angle of 297.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701EF is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 1 239 -
CMYK 0.03 1.00 0 0.06
HSL 297.98º 0.99% 0.47% -
HSV(B) 297.98º 1% 0.94% -
XYZ 48.55 23.24 83.59 -
YUV 96.9 208.2 223.65 -
System Red Green Blue C M Y K H S L
Decimal 231 1 239 0.03 1.00 0 0.06 297.98 0.99 0.47
Hex E7 1 EF 3 64 0 6 12A 63 2F
Octal 347 1 357 3 144 0 6 452 143 57
Binary 11100111 1 11101111 11 1100100 0 110 100101010 1100011 101111

Color Harmonies of #E701EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701EF

Black with #E701EF

Text Example


Text Example

White with #E701EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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