#E30DFB

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

Shades of Psychedelic Purple #E30DFB

Tints of Psychedelic Purple #E30DFB

Color information

#E30DFB (or 0xE30DFB) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 0D and FB. RGB value is (227,13,251). Sum of RGB (Red+Green+Blue) = 227+13+251=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E30DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DFB is #1CF204. Grayscale: #676767. Windows color (decimal): -1896965 or 16453091. OLE color: 16453091.

HSL color Cylindrical-coordinate representation of color #E30DFB: hue angle of 293.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30DFB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22713251-
CMYK0.100.9500.02
HSL293.95º96.75%51.76%-
HSV(B)293.95º94.82%98.43%-
XYZ49.2423.5893.22-
YUV104.12210.9215.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 13 (5.47% from 255) = 2.65%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=46.23%
G=2.65%
B=51.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227132510.100.9500.02293.9596.7551.76
HexE3DFBA5F021266134
Octal34315373121370244614164
Binary11100011110111111011101010111110101001001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30DFB; }

 p { color: rgb(227,13,251); }

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

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

 a { background-color: rgb(227,13,251); }

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

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

 span { border-color: rgb(227,13,251); }

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