Html Css Color HEX #E711EC Psychedelic Purple

📋 copy color: '#E711EC'

red 231 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #E711EC

Tints of Psychedelic Purple #E711EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.51%

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

R = 47.73%
G = 3.51%
B = 48.76%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E711EC (or 0xE711EC) is known color: Psychedelic Purple. HEX triplet: E7, 11 and EC. RGB value is (231,17,236). Sum of RGB (Red+Green+Blue) = 231+17+236=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #E711EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711EC is #18EE13. Grayscale: #696969. Windows color (decimal): -1633812 or 15471079. OLE color: 15471079.

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

Color convert

RGB 231 17 236 -
CMYK 0.02 0.93 0 0.07
HSL 298.63º 0.87% 0.5% -
HSV(B) 298.63º 0.93% 0.93% -
XYZ 48.3 23.45 81.34 -
YUV 105.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 231 17 236 0.02 0.93 0 0.07 298.63 0.87 0.5
Hex E7 11 EC 2 5D 0 7 12B 57 32
Octal 347 21 354 2 135 0 7 453 127 62
Binary 11100111 10001 11101100 10 1011101 0 111 100101011 1010111 110010

Color Harmonies of #E711EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711EC

Black with #E711EC

Text Example


Text Example

White with #E711EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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