Html Css Color HEX #E710EC Psychedelic Purple

📋 copy color: '#E710EC'

red 231 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #E710EC

Tints of Psychedelic Purple #E710EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.31%

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

R = 47.83%
G = 3.31%
B = 48.86%

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

#E710EC (or 0xE710EC) is known color: Psychedelic Purple. HEX triplet: E7, 10 and EC. RGB value is (231,16,236). Sum of RGB (Red+Green+Blue) = 231+16+236=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #E710EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710EC is #18EF13. Grayscale: #686868. Windows color (decimal): -1634068 or 15470823. OLE color: 15470823.

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

Color convert

RGB 231 16 236 -
CMYK 0.02 0.93 0 0.07
HSL 298.64º 0.87% 0.49% -
HSV(B) 298.64º 0.93% 0.93% -
XYZ 48.28 23.42 81.33 -
YUV 105.37 201.73 217.61 -
System Red Green Blue C M Y K H S L
Decimal 231 16 236 0.02 0.93 0 0.07 298.64 0.87 0.49
Hex E7 10 EC 2 5D 0 7 12B 57 31
Octal 347 20 354 2 135 0 7 453 127 61
Binary 11100111 10000 11101100 10 1011101 0 111 100101011 1010111 110001

Color Harmonies of #E710EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710EC

Black with #E710EC

Text Example


Text Example

White with #E710EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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