Html Css Color HEX #E80FFD Psychedelic Purple

📋 copy color: '#E80FFD'

red 232 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #E80FFD

Tints of Psychedelic Purple #E80FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3%

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 46.4%
G = 3%
B = 50.6%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E80FFD (or 0xE80FFD) is known color: Psychedelic Purple. HEX triplet: E8, 0F and FD. RGB value is (232,15,253). Sum of RGB (Red+Green+Blue) = 232+15+253=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #E80FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FFD is #17F002. Grayscale: #6A6A6A. Windows color (decimal): -1568771 or 16584680. OLE color: 16584680.

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

Color convert

RGB 232 15 253 -
CMYK 0.08 0.94 0 0.01
HSL 294.71º 0.98% 0.53% -
HSV(B) 294.71º 0.94% 0.99% -
XYZ 51.18 24.59 94.98 -
YUV 107.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 232 15 253 0.08 0.94 0 0.01 294.71 0.98 0.53
Hex E8 F FD 8 5E 0 1 127 62 35
Octal 350 17 375 10 136 0 1 447 142 65
Binary 11101000 1111 11111101 1000 1011110 0 1 100100111 1100010 110101

Color Harmonies of #E80FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FFD

Black with #E80FFD

Text Example


Text Example

White with #E80FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FFD; }

 p { color: rgb(232,15,253); }

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

background-color css

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

 a { background-color: rgb(232,15,253); }

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

border-color css

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

 span { border-color: rgb(232,15,253); }

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