Html Css Color HEX #E81CF9 Psychedelic Purple

📋 copy color: '#E81CF9'

red 232 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #E81CF9

Tints of Psychedelic Purple #E81CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.5%

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 45.58%
G = 5.5%
B = 48.92%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E81CF9 (or 0xE81CF9) is known color: Psychedelic Purple. HEX triplet: E8, 1C and F9. RGB value is (232,28,249). Sum of RGB (Red+Green+Blue) = 232+28+249=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #E81CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81CF9 is #17E306. Grayscale: #717171. Windows color (decimal): -1565447 or 16325864. OLE color: 16325864.

HSL color Cylindrical-coordinate representation of color #E81CF9: hue angle of 295.38º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81CF9 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 28 249 -
CMYK 0.07 0.89 0 0.02
HSL 295.38º 0.95% 0.54% -
HSV(B) 295.38º 0.89% 0.98% -
XYZ 50.79 24.83 91.74 -
YUV 114.19 204.09 212.03 -
System Red Green Blue C M Y K H S L
Decimal 232 28 249 0.07 0.89 0 0.02 295.38 0.95 0.54
Hex E8 1C F9 7 59 0 2 127 5F 36
Octal 350 34 371 7 131 0 2 447 137 66
Binary 11101000 11100 11111001 111 1011001 0 10 100100111 1011111 110110

Color Harmonies of #E81CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81CF9

Black with #E81CF9

Text Example


Text Example

White with #E81CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81CF9; }

 p { color: rgb(232,28,249); }

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

background-color css

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

 a { background-color: rgb(232,28,249); }

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

border-color css

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

 span { border-color: rgb(232,28,249); }

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