#E10DEF

Color #E10DEF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E10DEF

Tints of Psychedelic Purple #E10DEF

Color information

#E10DEF (or 0xE10DEF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 0D and EF. RGB value is (225,13,239). Sum of RGB (Red+Green+Blue) = 225+13+239=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #E10DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DEF is #1EF210. Grayscale: #656565. Windows color (decimal): -2028049 or 15666657. OLE color: 15666657.

HSL color Cylindrical-coordinate representation of color #E10DEF: hue angle of 296.28º 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 #E10DEF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22513239-
CMYK0.060.9500.06
HSL296.28º89.68%49.41%-
HSV(B)296.28º94.56%93.73%-
XYZ46.7822.5383.54-
YUV102.15205.24215.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 13 (5.47% from 255) = 2.73%
BLUE value IS 239 (93.75% from 255) = 50.10%
R=47.17%
G=2.73%
B=50.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225132390.060.9500.06296.2889.6849.41
HexE1DEF65F061285a31
Octal3411535761370645013261
Binary11100001110111101111110101111101101001010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10DEF; }

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

 H1.HeaderClassName
 {
   color: #E10DEF;
 }
 .AnyTagClassName
 {
   color: #E10DEF;
 }
</style>
background-color css

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

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

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

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

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

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