Html Css Color HEX #E40DEF Psychedelic Purple

📋 copy color: '#E40DEF'

red 228 ◦ green 13 ◦ blue 239

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

Shades of Psychedelic Purple #E40DEF

Tints of Psychedelic Purple #E40DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 47.5%
G = 2.71%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E40DEF (or 0xE40DEF) is known color: Psychedelic Purple. HEX triplet: E4, 0D and EF. RGB value is (228,13,239). Sum of RGB (Red+Green+Blue) = 228+13+239=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #E40DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DEF is #1BF210. Grayscale: #666666. Windows color (decimal): -1831441 or 15666660. OLE color: 15666660.

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

Color convert

RGB 228 13 239 -
CMYK 0.05 0.95 0 0.06
HSL 297.08º 0.9% 0.49% -
HSV(B) 297.08º 0.95% 0.94% -
XYZ 47.72 23.01 83.59 -
YUV 103.05 204.73 217.12 -
System Red Green Blue C M Y K H S L
Decimal 228 13 239 0.05 0.95 0 0.06 297.08 0.9 0.49
Hex E4 D EF 5 5F 0 6 129 5A 31
Octal 344 15 357 5 137 0 6 451 132 61
Binary 11100100 1101 11101111 101 1011111 0 110 100101001 1011010 110001

Color Harmonies of #E40DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40DEF

Black with #E40DEF

Text Example


Text Example

White with #E40DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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