Html Css Color HEX #E81CF6 Psychedelic Purple

📋 copy color: '#E81CF6'

red 232 ◦ green 28 ◦ blue 246

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

Shades of Psychedelic Purple #E81CF6

Tints of Psychedelic Purple #E81CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 45.85%
G = 5.53%
B = 48.62%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E81CF6 (or 0xE81CF6) is known color: Psychedelic Purple. HEX triplet: E8, 1C and F6. RGB value is (232,28,246). Sum of RGB (Red+Green+Blue) = 232+28+246=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #E81CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81CF6 is #17E309. Grayscale: #717171. Windows color (decimal): -1565450 or 16129256. OLE color: 16129256.

HSL color Cylindrical-coordinate representation of color #E81CF6: hue angle of 296.15º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81CF6 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 28 246 -
CMYK 0.06 0.89 0 0.04
HSL 296.15º 0.92% 0.54% -
HSV(B) 296.15º 0.89% 0.96% -
XYZ 50.33 24.64 89.29 -
YUV 113.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 232 28 246 0.06 0.89 0 0.04 296.15 0.92 0.54
Hex E8 1C F6 6 59 0 4 128 5C 36
Octal 350 34 366 6 131 0 4 450 134 66
Binary 11101000 11100 11110110 110 1011001 0 100 100101000 1011100 110110

Color Harmonies of #E81CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81CF6

Black with #E81CF6

Text Example


Text Example

White with #E81CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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