Html Css Color HEX #E710EB Psychedelic Purple

📋 copy color: '#E710EB'

red 231 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #E710EB

Tints of Psychedelic Purple #E710EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 47.93%
G = 3.32%
B = 48.76%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E710EB (or 0xE710EB) is known color: Psychedelic Purple. HEX triplet: E7, 10 and EB. RGB value is (231,16,235). Sum of RGB (Red+Green+Blue) = 231+16+235=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #E710EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710EB is #18EF14. Grayscale: #686868. Windows color (decimal): -1634069 or 15405287. OLE color: 15405287.

HSL color Cylindrical-coordinate representation of color #E710EB: hue angle of 298.9º degrees, saturation: 0.87, 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 #E710EB is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 16 235 -
CMYK 0.02 0.93 0 0.08
HSL 298.9º 0.87% 0.49% -
HSV(B) 298.9º 0.93% 0.92% -
XYZ 48.14 23.36 80.57 -
YUV 105.25 201.23 217.69 -
System Red Green Blue C M Y K H S L
Decimal 231 16 235 0.02 0.93 0 0.08 298.9 0.87 0.49
Hex E7 10 EB 2 5D 0 8 12B 57 31
Octal 347 20 353 2 135 0 10 453 127 61
Binary 11100111 10000 11101011 10 1011101 0 1000 100101011 1010111 110001

Color Harmonies of #E710EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710EB

Black with #E710EB

Text Example


Text Example

White with #E710EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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