Html Css Color HEX #E80DE5 Psychedelic Purple

📋 copy color: '#E80DE5'

red 232 ◦ green 13 ◦ blue 229

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

Shades of Psychedelic Purple #E80DE5

Tints of Psychedelic Purple #E80DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 48.95%
G = 2.74%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E80DE5 (or 0xE80DE5) is known color: Psychedelic Purple. HEX triplet: E8, 0D and E5. RGB value is (232,13,229). Sum of RGB (Red+Green+Blue) = 232+13+229=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DE5 is #17F21A. Grayscale: #666666. Windows color (decimal): -1569307 or 15011304. OLE color: 15011304.

HSL color Cylindrical-coordinate representation of color #E80DE5: hue angle of 300.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DE5 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 13 229 -
CMYK 0 0.94 0.01 0.09
HSL 300.82º 0.89% 0.48% -
HSV(B) 300.82º 0.94% 0.91% -
XYZ 47.57 23.1 76.08 -
YUV 103.11 199.05 219.94 -
System Red Green Blue C M Y K H S L
Decimal 232 13 229 0 0.94 0.01 0.09 300.82 0.89 0.48
Hex E8 D E5 0 5E 1 9 12D 59 30
Octal 350 15 345 0 136 1 11 455 131 60
Binary 11101000 1101 11100101 0 1011110 1 1001 100101101 1011001 110000

Color Harmonies of #E80DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80DE5

Black with #E80DE5

Text Example


Text Example

White with #E80DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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