Html Css Color HEX #E40FFB Psychedelic Purple

📋 copy color: '#E40FFB'

red 228 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #E40FFB

Tints of Psychedelic Purple #E40FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 46.15%
G = 3.04%
B = 50.81%

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

#E40FFB (or 0xE40FFB) is known color: Psychedelic Purple. HEX triplet: E4, 0F and FB. RGB value is (228,15,251). Sum of RGB (Red+Green+Blue) = 228+15+251=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E40FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FFB is #1BF004. Grayscale: #686868. Windows color (decimal): -1830917 or 16453604. OLE color: 16453604.

HSL color Cylindrical-coordinate representation of color #E40FFB: hue angle of 294.15º degrees, saturation: 0.97, 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 #E40FFB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 15 251 -
CMYK 0.09 0.94 0 0.02
HSL 294.15º 0.97% 0.52% -
HSV(B) 294.15º 0.94% 0.98% -
XYZ 49.58 23.8 93.25 -
YUV 105.59 210.07 215.31 -
System Red Green Blue C M Y K H S L
Decimal 228 15 251 0.09 0.94 0 0.02 294.15 0.97 0.52
Hex E4 F FB 9 5E 0 2 126 61 34
Octal 344 17 373 11 136 0 2 446 141 64
Binary 11100100 1111 11111011 1001 1011110 0 10 100100110 1100001 110100

Color Harmonies of #E40FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FFB

Black with #E40FFB

Text Example


Text Example

White with #E40FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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