Html Css Color HEX #E81DEB Psychedelic Purple

📋 copy color: '#E81DEB'

red 232 ◦ green 29 ◦ blue 235

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

Shades of Psychedelic Purple #E81DEB

Tints of Psychedelic Purple #E81DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.85%

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

R = 46.77%
G = 5.85%
B = 47.38%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E81DEB (or 0xE81DEB) is known color: Psychedelic Purple. HEX triplet: E8, 1D and EB. RGB value is (232,29,235). Sum of RGB (Red+Green+Blue) = 232+29+235=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #E81DEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81DEB is #17E214. Grayscale: #707070. Windows color (decimal): -1565205 or 15408616. OLE color: 15408616.

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

Color convert

RGB 232 29 235 -
CMYK 0.01 0.88 0 0.08
HSL 299.13º 0.84% 0.52% -
HSV(B) 299.13º 0.88% 0.92% -
XYZ 48.71 24.03 80.67 -
YUV 113.18 196.75 212.75 -
System Red Green Blue C M Y K H S L
Decimal 232 29 235 0.01 0.88 0 0.08 299.13 0.84 0.52
Hex E8 1D EB 1 58 0 8 12B 54 34
Octal 350 35 353 1 130 0 10 453 124 64
Binary 11101000 11101 11101011 1 1011000 0 1000 100101011 1010100 110100

Color Harmonies of #E81DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81DEB

Black with #E81DEB

Text Example


Text Example

White with #E81DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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