Html Css Color HEX #E40FFA Psychedelic Purple

📋 copy color: '#E40FFA'

red 228 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #E40FFA

Tints of Psychedelic Purple #E40FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 46.25%
G = 3.04%
B = 50.71%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E40FFA (or 0xE40FFA) is known color: Psychedelic Purple. HEX triplet: E4, 0F and FA. RGB value is (228,15,250). Sum of RGB (Red+Green+Blue) = 228+15+250=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #E40FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FFA is #1BF005. Grayscale: #686868. Windows color (decimal): -1830918 or 16388068. OLE color: 16388068.

HSL color Cylindrical-coordinate representation of color #E40FFA: hue angle of 294.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FFA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 15 250 -
CMYK 0.09 0.94 0 0.02
HSL 294.38º 0.96% 0.52% -
HSV(B) 294.38º 0.94% 0.98% -
XYZ 49.42 23.74 92.42 -
YUV 105.48 209.57 215.39 -
System Red Green Blue C M Y K H S L
Decimal 228 15 250 0.09 0.94 0 0.02 294.38 0.96 0.52
Hex E4 F FA 9 5E 0 2 126 60 34
Octal 344 17 372 11 136 0 2 446 140 64
Binary 11100100 1111 11111010 1001 1011110 0 10 100100110 1100000 110100

Color Harmonies of #E40FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FFA

Black with #E40FFA

Text Example


Text Example

White with #E40FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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