Html Css Color HEX #E711EA Psychedelic Purple

📋 copy color: '#E711EA'

red 231 ◦ green 17 ◦ blue 234

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

Shades of Psychedelic Purple #E711EA

Tints of Psychedelic Purple #E711EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 47.93%
G = 3.53%
B = 48.55%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E711EA (or 0xE711EA) is known color: Psychedelic Purple. HEX triplet: E7, 11 and EA. RGB value is (231,17,234). Sum of RGB (Red+Green+Blue) = 231+17+234=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #E711EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711EA is #18EE15. Grayscale: #696969. Windows color (decimal): -1633814 or 15340007. OLE color: 15340007.

HSL color Cylindrical-coordinate representation of color #E711EA: hue angle of 299.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711EA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 17 234 -
CMYK 0.01 0.93 0 0.08
HSL 299.17º 0.86% 0.49% -
HSV(B) 299.17º 0.93% 0.92% -
XYZ 48.01 23.33 79.81 -
YUV 105.72 200.4 217.36 -
System Red Green Blue C M Y K H S L
Decimal 231 17 234 0.01 0.93 0 0.08 299.17 0.86 0.49
Hex E7 11 EA 1 5D 0 8 12B 56 31
Octal 347 21 352 1 135 0 10 453 126 61
Binary 11100111 10001 11101010 1 1011101 0 1000 100101011 1010110 110001

Color Harmonies of #E711EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711EA

Black with #E711EA

Text Example


Text Example

White with #E711EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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