Html Css Color HEX #E40FFD Psychedelic Purple

📋 copy color: '#E40FFD'

red 228 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #E40FFD

Tints of Psychedelic Purple #E40FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 45.97%
G = 3.02%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E40FFD (or 0xE40FFD) is known color: Psychedelic Purple. HEX triplet: E4, 0F and FD. RGB value is (228,15,253). Sum of RGB (Red+Green+Blue) = 228+15+253=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #E40FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40FFD is #1BF002. Grayscale: #696969. Windows color (decimal): -1830915 or 16584676. OLE color: 16584676.

HSL color Cylindrical-coordinate representation of color #E40FFD: hue angle of 293.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40FFD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 15 253 -
CMYK 0.10 0.94 0 0.01
HSL 293.7º 0.98% 0.53% -
HSV(B) 293.7º 0.94% 0.99% -
XYZ 49.9 23.93 94.92 -
YUV 105.82 211.07 215.15 -
System Red Green Blue C M Y K H S L
Decimal 228 15 253 0.10 0.94 0 0.01 293.7 0.98 0.53
Hex E4 F FD A 5E 0 1 126 62 35
Octal 344 17 375 12 136 0 1 446 142 65
Binary 11100100 1111 11111101 1010 1011110 0 1 100100110 1100010 110101

Color Harmonies of #E40FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40FFD

Black with #E40FFD

Text Example


Text Example

White with #E40FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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