Html Css Color HEX #E40FF6 Psychedelic Purple

📋 copy color: '#E40FF6'

red 228 ◦ green 15 ◦ blue 246

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

Shades of Psychedelic Purple #E40FF6

Tints of Psychedelic Purple #E40FF6

RGB

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

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

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

R = 46.63%
G = 3.07%
B = 50.31%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E40FF6 (or 0xE40FF6) is known color: Psychedelic Purple. HEX triplet: E4, 0F and F6. RGB value is (228,15,246). Sum of RGB (Red+Green+Blue) = 228+15+246=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #E40FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FF6 is #1BF009. Grayscale: #686868. Windows color (decimal): -1830922 or 16125924. OLE color: 16125924.

HSL color Cylindrical-coordinate representation of color #E40FF6: hue angle of 295.32º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FF6 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 15 246 -
CMYK 0.07 0.94 0 0.04
HSL 295.32º 0.93% 0.51% -
HSV(B) 295.32º 0.94% 0.96% -
XYZ 48.8 23.49 89.15 -
YUV 105.02 207.57 215.72 -
System Red Green Blue C M Y K H S L
Decimal 228 15 246 0.07 0.94 0 0.04 295.32 0.93 0.51
Hex E4 F F6 7 5E 0 4 127 5D 33
Octal 344 17 366 7 136 0 4 447 135 63
Binary 11100100 1111 11110110 111 1011110 0 100 100100111 1011101 110011

Color Harmonies of #E40FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FF6

Black with #E40FF6

Text Example


Text Example

White with #E40FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FF6; }

 p { color: rgb(228,15,246); }

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

background-color css

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

 a { background-color: rgb(228,15,246); }

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

border-color css

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

 span { border-color: rgb(228,15,246); }

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