Html Css Color HEX #E406FF Psychedelic Purple

📋 copy color: '#E406FF'

red 228 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #E406FF

Tints of Psychedelic Purple #E406FF

RGB

 RED value IS 228 (89.45% from 255) = 46.63%

 GREEN value IS 6 (2.73% from 255) = 1.23%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 46.63%
G = 1.23%
B = 52.15%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E406FF (or 0xE406FF) is known color: Psychedelic Purple. HEX triplet: E4, 06 and FF. RGB value is (228,6,255). Sum of RGB (Red+Green+Blue) = 228+6+255=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 6 (2.73% from 255 or 1.23% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #E406FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E406FF is #1BF900. Grayscale: #636363. Windows color (decimal): -1833217 or 16713444. OLE color: 16713444.

HSL color Cylindrical-coordinate representation of color #E406FF: hue angle of 293.49º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E406FF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 6 255 -
CMYK 0.11 0.98 0 0
HSL 293.49º 1% 0.51% -
HSV(B) 293.49º 0.98% 1% -
XYZ 50.11 23.84 96.57 -
YUV 100.76 215.05 218.75 -
System Red Green Blue C M Y K H S L
Decimal 228 6 255 0.11 0.98 0 0 293.49 1 0.51
Hex E4 6 FF B 62 0 0 125 64 33
Octal 344 6 377 13 142 0 0 445 144 63
Binary 11100100 110 11111111 1011 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E406FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E406FF

Black with #E406FF

Text Example


Text Example

White with #E406FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E406FF; }

 p { color: rgb(228,6,255); }

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

background-color css

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

 a { background-color: rgb(228,6,255); }

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

border-color css

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

 span { border-color: rgb(228,6,255); }

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