#E45DCC

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

Shades of Free Speech Magenta #E45DCC

Tints of Free Speech Magenta #E45DCC

Color information

#E45DCC (or 0xE45DCC) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5D and CC. RGB value is (228,93,204). Sum of RGB (Red+Green+Blue) = 228+93+204=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DCC is #1BA233. Grayscale: #919191. Windows color (decimal): -1810996 or 13393380. OLE color: 13393380.

HSL color Cylindrical-coordinate representation of color #E45DCC: hue angle of 310.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DCC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB22893204-
CMYK00.590.110.11
HSL310.67º71.43%62.94%-
HSV(B)310.67º59.21%89.41%-
XYZ46.8128.6860.2-
YUV146.02160.73186.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=43.43%
G=17.71%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289320400.590.110.11310.6771.4362.94
HexE45DCC03BBB137473f
Octal344135314073131346710777
Binary111001001011101110011000111011101110111001101111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DCC; }

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

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

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

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

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

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

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

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