#E45FCD

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

Shades of Free Speech Magenta #E45FCD

Tints of Free Speech Magenta #E45FCD

Color information

#E45FCD (or 0xE45FCD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5F and CD. RGB value is (228,95,205). Sum of RGB (Red+Green+Blue) = 228+95+205=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45FCD is #1BA032. Grayscale: #939393. Windows color (decimal): -1810483 or 13459428. OLE color: 13459428.

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

Color convert

RGB22895205-
CMYK00.580.100.11
HSL310.38º71.12%63.33%-
HSV(B)310.38º58.33%89.41%-
XYZ47.1129.0960.89-
YUV147.31160.56185.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=43.18%
G=17.99%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289520500.580.100.11310.3871.1263.33
HexE45FCD03AAB136473f
Octal344137315072121346610777
Binary111001001011111110011010111010101010111001101101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45FCD; }

 p { color: rgb(228,95,205); }

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

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

 a { background-color: rgb(228,95,205); }

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

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

 span { border-color: rgb(228,95,205); }

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