Html Css Color HEX #E80DEB Psychedelic Purple

📋 copy color: '#E80DEB'

red 232 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #E80DEB

Tints of Psychedelic Purple #E80DEB

RGB

 RED value IS 232 (91.02% from 255) = 48.33%

 GREEN value IS 13 (5.47% from 255) = 2.71%

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

R = 48.33%
G = 2.71%
B = 48.96%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E80DEB (or 0xE80DEB) is known color: Psychedelic Purple. HEX triplet: E8, 0D and EB. RGB value is (232,13,235). Sum of RGB (Red+Green+Blue) = 232+13+235=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #E80DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DEB is #17F214. Grayscale: #676767. Windows color (decimal): -1569301 or 15404520. OLE color: 15404520.

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

Color convert

RGB 232 13 235 -
CMYK 0.01 0.94 0 0.08
HSL 299.19º 0.9% 0.49% -
HSV(B) 299.19º 0.94% 0.92% -
XYZ 48.42 23.44 80.57 -
YUV 103.79 202.05 219.45 -
System Red Green Blue C M Y K H S L
Decimal 232 13 235 0.01 0.94 0 0.08 299.19 0.9 0.49
Hex E8 D EB 1 5E 0 8 12B 5A 31
Octal 350 15 353 1 136 0 10 453 132 61
Binary 11101000 1101 11101011 1 1011110 0 1000 100101011 1011010 110001

Color Harmonies of #E80DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80DEB

Black with #E80DEB

Text Example


Text Example

White with #E80DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80DEB; }

 p { color: rgb(232,13,235); }

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

background-color css

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

 a { background-color: rgb(232,13,235); }

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

border-color css

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

 span { border-color: rgb(232,13,235); }

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