#E45DC2

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

Shades of Free Speech Magenta #E45DC2

Tints of Free Speech Magenta #E45DC2

Color information

#E45DC2 (or 0xE45DC2) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5D and C2. RGB value is (228,93,194). Sum of RGB (Red+Green+Blue) = 228+93+194=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DC2 is #1BA23D. Grayscale: #909090. Windows color (decimal): -1811006 or 12738020. OLE color: 12738020.

HSL color Cylindrical-coordinate representation of color #E45DC2: hue angle of 315.11º 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 #E45DC2 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB22893194-
CMYK00.590.150.11
HSL315.11º71.43%62.94%-
HSV(B)315.11º59.21%89.41%-
XYZ45.6528.2254.08-
YUV144.88155.73187.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.27%
GREEN value IS 93 (36.72% from 255) = 18.06%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=44.27%
G=18.06%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289319400.590.150.11315.1171.4362.94
HexE45DC203BFB13b473f
Octal344135302073171347310777
Binary111001001011101110000100111011111110111001110111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DC2; }

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

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

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

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

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

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

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

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