Html Css Color HEX #E40FF2 Psychedelic Purple

📋 copy color: '#E40FF2'

red 228 ◦ green 15 ◦ blue 242

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

Shades of Psychedelic Purple #E40FF2

Tints of Psychedelic Purple #E40FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 47.01%
G = 3.09%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E40FF2 (or 0xE40FF2) is known color: Psychedelic Purple. HEX triplet: E4, 0F and F2. RGB value is (228,15,242). Sum of RGB (Red+Green+Blue) = 228+15+242=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #E40FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FF2 is #1BF00D. Grayscale: #676767. Windows color (decimal): -1830926 or 15863780. OLE color: 15863780.

HSL color Cylindrical-coordinate representation of color #E40FF2: hue angle of 296.3º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FF2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 15 242 -
CMYK 0.06 0.94 0 0.05
HSL 296.3º 0.9% 0.5% -
HSV(B) 296.3º 0.94% 0.95% -
XYZ 48.19 23.25 85.95 -
YUV 104.57 205.57 216.04 -
System Red Green Blue C M Y K H S L
Decimal 228 15 242 0.06 0.94 0 0.05 296.3 0.9 0.5
Hex E4 F F2 6 5E 0 5 128 5A 32
Octal 344 17 362 6 136 0 5 450 132 62
Binary 11100100 1111 11110010 110 1011110 0 101 100101000 1011010 110010

Color Harmonies of #E40FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FF2

Black with #E40FF2

Text Example


Text Example

White with #E40FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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