Html Css Color HEX #E701ED Psychedelic Purple

📋 copy color: '#E701ED'

red 231 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #E701ED

Tints of Psychedelic Purple #E701ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 49.25%
G = 0.21%
B = 50.53%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E701ED (or 0xE701ED) is known color: Psychedelic Purple. HEX triplet: E7, 01 and ED. RGB value is (231,1,237). Sum of RGB (Red+Green+Blue) = 231+1+237=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #E701ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701ED is #18FE12. Grayscale: #5F5F5F. Windows color (decimal): -1637907 or 15532519. OLE color: 15532519.

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

Color convert

RGB 231 1 237 -
CMYK 0.03 1.00 0 0.07
HSL 298.47º 0.99% 0.47% -
HSV(B) 298.47º 1% 0.93% -
XYZ 48.25 23.13 82.04 -
YUV 96.67 207.2 223.81 -
System Red Green Blue C M Y K H S L
Decimal 231 1 237 0.03 1.00 0 0.07 298.47 0.99 0.47
Hex E7 1 ED 3 64 0 7 12A 63 2F
Octal 347 1 355 3 144 0 7 452 143 57
Binary 11100111 1 11101101 11 1100100 0 111 100101010 1100011 101111

Color Harmonies of #E701ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701ED

Black with #E701ED

Text Example


Text Example

White with #E701ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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