Html Css Color HEX #E40DFF Psychedelic Purple

📋 copy color: '#E40DFF'

red 228 ◦ green 13 ◦ blue 255

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

Shades of Psychedelic Purple #E40DFF

Tints of Psychedelic Purple #E40DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.62%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 45.97%
G = 2.62%
B = 51.41%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E40DFF (or 0xE40DFF) is known color: Psychedelic Purple. HEX triplet: E4, 0D and FF. RGB value is (228,13,255). Sum of RGB (Red+Green+Blue) = 228+13+255=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 13 (5.47% from 255 or 2.62% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #E40DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DFF is #1BF200. Grayscale: #686868. Windows color (decimal): -1831425 or 16715236. OLE color: 16715236.

HSL color Cylindrical-coordinate representation of color #E40DFF: hue angle of 293.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40DFF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 13 255 -
CMYK 0.11 0.95 0 0
HSL 293.31º 1% 0.53% -
HSV(B) 293.31º 0.95% 1% -
XYZ 50.19 24 96.6 -
YUV 104.87 212.73 215.82 -
System Red Green Blue C M Y K H S L
Decimal 228 13 255 0.11 0.95 0 0 293.31 1 0.53
Hex E4 D FF B 5F 0 0 125 64 35
Octal 344 15 377 13 137 0 0 445 144 65
Binary 11100100 1101 11111111 1011 1011111 0 0 100100101 1100100 110101

Color Harmonies of #E40DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40DFF

Black with #E40DFF

Text Example


Text Example

White with #E40DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40DFF; }

 p { color: rgb(228,13,255); }

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

background-color css

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

 a { background-color: rgb(228,13,255); }

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

border-color css

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

 span { border-color: rgb(228,13,255); }

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