#E45ADF

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

Shades of Free Speech Magenta #E45ADF

Tints of Free Speech Magenta #E45ADF

Color information

#E45ADF (or 0xE45ADF) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5A and DF. RGB value is (228,90,223). Sum of RGB (Red+Green+Blue) = 228+90+223=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ADF is #1BA520. Grayscale: #929292. Windows color (decimal): -1811745 or 14637796. OLE color: 14637796.

HSL color Cylindrical-coordinate representation of color #E45ADF: hue angle of 302.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45ADF is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB22890223-
CMYK00.610.020.11
HSL302.17º71.88%62.35%-
HSV(B)302.17º60.53%89.41%-
XYZ48.9729.1372.85-
YUV146.42171.22186.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 90 (35.55% from 255) = 16.64%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=42.14%
G=16.64%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289022300.610.020.11302.1771.8862.35
HexE45ADF03D2B12e483e
Octal34413233707521345611076
Binary1110010010110101101111101111011010111001011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45ADF; }

 p { color: rgb(228,90,223); }

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

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

 a { background-color: rgb(228,90,223); }

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

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

 span { border-color: rgb(228,90,223); }

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