Html Css Color HEX #E805F6 Psychedelic Purple

📋 copy color: '#E805F6'

red 232 ◦ green 5 ◦ blue 246

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

Shades of Psychedelic Purple #E805F6

Tints of Psychedelic Purple #E805F6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

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

R = 48.03%
G = 1.04%
B = 50.93%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E805F6 (or 0xE805F6) is known color: Psychedelic Purple. HEX triplet: E8, 05 and F6. RGB value is (232,5,246). Sum of RGB (Red+Green+Blue) = 232+5+246=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #E805F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805F6 is #17FA09. Grayscale: #636363. Windows color (decimal): -1571338 or 16123368. OLE color: 16123368.

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

Color convert

RGB 232 5 246 -
CMYK 0.06 0.98 0 0.04
HSL 296.51º 0.96% 0.49% -
HSV(B) 296.51º 0.98% 0.96% -
XYZ 49.97 23.92 89.17 -
YUV 100.35 210.21 221.9 -
System Red Green Blue C M Y K H S L
Decimal 232 5 246 0.06 0.98 0 0.04 296.51 0.96 0.49
Hex E8 5 F6 6 62 0 4 129 60 31
Octal 350 5 366 6 142 0 4 451 140 61
Binary 11101000 101 11110110 110 1100010 0 100 100101001 1100000 110001

Color Harmonies of #E805F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E805F6

Black with #E805F6

Text Example


Text Example

White with #E805F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E805F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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