#E45DEB

Color #E45DEB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E45DEB

Tints of Free Speech Magenta #E45DEB

Color information

#E45DEB (or 0xE45DEB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5D and EB. RGB value is (228,93,235). Sum of RGB (Red+Green+Blue) = 228+93+235=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #E45DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45DEB is #1BA214. Grayscale: #959595. Windows color (decimal): -1810965 or 15424996. OLE color: 15424996.

HSL color Cylindrical-coordinate representation of color #E45DEB: hue angle of 297.04º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45DEB is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22893235-
CMYK0.030.6000.08
HSL297.04º78.02%64.31%-
HSV(B)297.04º60.43%92.16%-
XYZ50.930.3281.77-
YUV149.55176.23183.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.01%
GREEN value IS 93 (36.72% from 255) = 16.73%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=41.01%
G=16.73%
B=42.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal228932350.030.6000.08297.0478.0264.31
HexE45DEB33C081294e40
Octal344135353374010451116100
Binary11100100101110111101011111111000100010010100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DEB; }

 p { color: rgb(228,93,235); }

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

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

 a { background-color: rgb(228,93,235); }

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

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

 span { border-color: rgb(228,93,235); }

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