Html Css Color HEX #E701E3 Psychedelic Purple

📋 copy color: '#E701E3'

red 231 ◦ green 1 ◦ blue 227

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

Shades of Psychedelic Purple #E701E3

Tints of Psychedelic Purple #E701E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.46%

R = 50.33%
G = 0.22%
B = 49.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E701E3 (or 0xE701E3) is known color: Psychedelic Purple. HEX triplet: E7, 01 and E3. RGB value is (231,1,227). Sum of RGB (Red+Green+Blue) = 231+1+227=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E701E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701E3 is #18FE1C. Grayscale: #5E5E5E. Windows color (decimal): -1637917 or 14877159. OLE color: 14877159.

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

Color convert

RGB 231 1 227 -
CMYK 0 1.00 0.02 0.09
HSL 301.04º 0.99% 0.45% -
HSV(B) 301.04º 1% 0.91% -
XYZ 46.83 22.56 74.56 -
YUV 95.53 202.2 224.62 -
System Red Green Blue C M Y K H S L
Decimal 231 1 227 0 1.00 0.02 0.09 301.04 0.99 0.45
Hex E7 1 E3 0 64 2 9 12D 63 2D
Octal 347 1 343 0 144 2 11 455 143 55
Binary 11100111 1 11100011 0 1100100 10 1001 100101101 1100011 101101

Color Harmonies of #E701E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701E3

Black with #E701E3

Text Example


Text Example

White with #E701E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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